projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
769850c
)
Fix typo in zapimage.cpp (#23698)
author
Egor Chesakov
<Egor.Chesakov@microsoft.com>
Wed, 3 Apr 2019 19:09:09 +0000
(12:09 -0700)
committer
GitHub
<noreply@github.com>
Wed, 3 Apr 2019 19:09:09 +0000
(12:09 -0700)
src/zap/zapimage.cpp
patch
|
blob
|
history
diff --git
a/src/zap/zapimage.cpp
b/src/zap/zapimage.cpp
index
59a9e12
..
da7ea50
100644
(file)
--- 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 rec
ie
ve an exeception when the
+ // When compiling the method we may rec
ei
ve 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.
//