提交 ce791ab9 编写于 作者: N Nick Schonning 提交者: Stephen Toub

typo: Double word "as" (dotnet/corefxdotnet/coreclr#36277)

Signed-off-by: Ndotnet-bot <dotnet-bot@microsoft.com>


Commit migrated from https://github.com/dotnet/coreclr/commit/2f4a7564beb6f8c1f4929504ee2221953d25fc39
上级 5157cb73
......@@ -5,7 +5,7 @@
// The worker functions in this file was optimized for performance. If you make changes
// you should use care to consider all of the interesting cases.
// The code of all worker functions in this file is written twice: Once as as a slow loop, and the
// The code of all worker functions in this file is written twice: Once as a slow loop, and the
// second time as a fast loop. The slow loops handles all special cases, throws exceptions, etc.
// The fast loops attempts to blaze through as fast as possible with optimistic range checks,
// processing multiple characters at a time, and falling back to the slow loop for all special cases.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册