summaryrefslogtreecommitdiff
path: root/src/zap/zapimage.cpp
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-04-03 12:09:09 -0700
committerGitHub <noreply@github.com>2019-04-03 12:09:09 -0700
commit0246d05047a0638d45c10cd613cda8af877f1824 (patch)
tree3707f41932ce5ba779160e20170f92f4d9a137d5 /src/zap/zapimage.cpp
parent769850c7426c1e358157e288e04ebe3e6b391467 (diff)
downloadcoreclr-0246d05047a0638d45c10cd613cda8af877f1824.tar.gz
coreclr-0246d05047a0638d45c10cd613cda8af877f1824.tar.bz2
coreclr-0246d05047a0638d45c10cd613cda8af877f1824.zip
Fix typo in zapimage.cpp (#23698)
Diffstat (limited to 'src/zap/zapimage.cpp')
-rw-r--r--src/zap/zapimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zap/zapimage.cpp b/src/zap/zapimage.cpp
index 59a9e12a8b..da7ea508e4 100644
--- a/src/zap/zapimage.cpp
+++ b/src/zap/zapimage.cpp
@@ -2170,7 +2170,7 @@ ZapImage::CompileStatus ZapImage::TryCompileMethodWorker(CORINFO_METHOD_HANDLE h
// messages to the console
if (IsReadyToRunCompilation())
{
- // When compiling the method we may recieve an exeception when the
+ // When compiling the method we may receive an exeception when the
// method uses a feature that is Not Implemented for ReadyToRun
// or a Type Load exception if the method uses for a SIMD type.
//