updates (#24656)
authorMarco Rossignoli <marco.rossignoli@gmail.com>
Sun, 19 May 2019 19:44:28 +0000 (21:44 +0200)
committerJan Kotas <jkotas@microsoft.com>
Sun, 19 May 2019 19:44:28 +0000 (12:44 -0700)
src/vm/ceemain.cpp

index 05bb36b..32dceea 100644 (file)
@@ -1097,7 +1097,7 @@ LONG FilterStartupException(PEXCEPTION_POINTERS p, PVOID pv)
     return EXCEPTION_CONTINUE_SEARCH;
 }
 
-// EEStartup is responcible for all the one time intialization of the runtime.  Some of the highlights of
+// EEStartup is responsible for all the one time intialization of the runtime.  Some of the highlights of
 // what it does include
 //     * Creates the default and shared, appdomains. 
 //     * Loads mscorlib.dll and loads up the fundamental types (System.Object ...)