Update ceemain.cpp (dotnet/coreclr#21869)
authorWill Cohen <william.cohen@infotrack.com.au>
Tue, 8 Jan 2019 06:19:28 +0000 (17:19 +1100)
committerJan Kotas <jkotas@microsoft.com>
Tue, 8 Jan 2019 06:19:28 +0000 (22:19 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/13c3af5bae229d426cfcd607e1bfecfb071df4a1

src/coreclr/src/vm/ceemain.cpp

index c7b330c..fc7e639 100644 (file)
@@ -84,7 +84,7 @@
 //     actually exist yet. To support this methods can have code:Precode that is an entry point that exists
 //     and will call the JIT compiler if the code does not yet exist.
 //     
-//  * NGEN - NGen stands for Native code GENeration and it is the runtime way of precomiling IL and IL
+//  * NGEN - NGen stands for Native code GENeration and it is the runtime way of precompiling IL and IL
 //      Meta-data into native code and runtime data structures. At compilation time the most
 //      fundamental data structures is the code:ZapNode which represents something that needs to go into the
 //      NGEN image.