summaryrefslogtreecommitdiff
path: root/src/dlls
diff options
context:
space:
mode:
authorLi Shengqiu <lsq9292003@sohu.com>2018-11-09 22:35:58 +0800
committerJan Kotas <jkotas@microsoft.com>2018-11-09 06:35:58 -0800
commit0f6e360d4b4c20c3bcff03ad27c4dcad38c07f41 (patch)
treebc86ce2a6f861f9055704bcb7691b2b47947564b /src/dlls
parent9406df8e5f93fd437b6af236df0b0aaba6cf9a31 (diff)
downloadcoreclr-0f6e360d4b4c20c3bcff03ad27c4dcad38c07f41.tar.gz
coreclr-0f6e360d4b4c20c3bcff03ad27c4dcad38c07f41.tar.bz2
coreclr-0f6e360d4b4c20c3bcff03ad27c4dcad38c07f41.zip
Fix typos in comments (#20908)
Diffstat (limited to 'src/dlls')
-rw-r--r--src/dlls/mscoree/mscoree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlls/mscoree/mscoree.cpp b/src/dlls/mscoree/mscoree.cpp
index 762926e641..40cc04f098 100644
--- a/src/dlls/mscoree/mscoree.cpp
+++ b/src/dlls/mscoree/mscoree.cpp
@@ -59,7 +59,7 @@ extern "C" BOOL WINAPI _CRT_INIT(HANDLE hInstance, DWORD dwReason, LPVOID lpRese
extern "C" BOOL WINAPI DllMain(HANDLE hInstance, DWORD dwReason, LPVOID lpReserved);
// For the CoreClr, this is the real DLL entrypoint. We make ourselves the first entrypoint as
-// we need to capture coreclr's hInstance before the C runtine initializes. This function
+// we need to capture coreclr's hInstance before the C runtime initializes. This function
// will capture hInstance, let the C runtime initialize and then invoke the "classic"
// DllMain that initializes everything else.
extern "C" BOOL WINAPI CoreDllMain(HANDLE hInstance, DWORD dwReason, LPVOID lpReserved)