Fix typo in zapimage.cpp (dotnet/coreclr#23698)
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Wed, 3 Apr 2019 19:09:09 +0000 (12:09 -0700)
committerGitHub <noreply@github.com>
Wed, 3 Apr 2019 19:09:09 +0000 (12:09 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/0246d05047a0638d45c10cd613cda8af877f1824

src/coreclr/src/zap/zapimage.cpp

index 59a9e12..da7ea50 100644 (file)
@@ -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.
             //