summaryrefslogtreecommitdiff
path: root/src/vm
diff options
context:
space:
mode:
authorWill Cohen <william.cohen@infotrack.com.au>2019-01-08 17:19:28 +1100
committerJan Kotas <jkotas@microsoft.com>2019-01-07 22:19:28 -0800
commit13c3af5bae229d426cfcd607e1bfecfb071df4a1 (patch)
treeceb424623631d9062b1ec25420773b75c6ba8772 /src/vm
parentb7f67c967a1acb311e7873b515edc92f74b658af (diff)
downloadcoreclr-13c3af5bae229d426cfcd607e1bfecfb071df4a1.tar.gz
coreclr-13c3af5bae229d426cfcd607e1bfecfb071df4a1.tar.bz2
coreclr-13c3af5bae229d426cfcd607e1bfecfb071df4a1.zip
Update ceemain.cpp (#21869)
Diffstat (limited to 'src/vm')
-rw-r--r--src/vm/ceemain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/ceemain.cpp b/src/vm/ceemain.cpp
index c7b330c72b..fc7e6393cd 100644
--- a/src/vm/ceemain.cpp
+++ b/src/vm/ceemain.cpp
@@ -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.