tiny comment typo. (#846)
authoryowl <scott.waye@hubse.com>
Fri, 13 Dec 2019 21:04:26 +0000 (16:04 -0500)
committerStephen Toub <stoub@microsoft.com>
Fri, 13 Dec 2019 21:04:26 +0000 (16:04 -0500)
src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.cs

index 09f5555..899fb15 100644 (file)
@@ -201,7 +201,7 @@ namespace Internal.NativeFormat
 
         public void WriteString(string s)
         {
-            // The actual bytes are only necessary for the final version during the growing plase
+            // The actual bytes are only necessary for the final version during the growing phase
             if (IsGrowing())
             {
                 byte[] bytes = _stringEncoding.GetBytes(s);