From: yowl Date: Fri, 13 Dec 2019 21:04:26 +0000 (-0500) Subject: tiny comment typo. (#846) X-Git-Tag: submit/tizen/20210909.063632~10682 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff386383623a8dc809c20f2ab3e18bef4370d451;p=platform%2Fupstream%2Fdotnet%2Fruntime.git tiny comment typo. (#846) --- diff --git a/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.cs b/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.cs index 09f5555..899fb15 100644 --- a/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.cs +++ b/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.cs @@ -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);