Nit: Update comment (#23896)
authorNext Turn <45985406+NextTurn@users.noreply.github.com>
Wed, 17 Apr 2019 03:17:33 +0000 (11:17 +0800)
committerJan Kotas <jkotas@microsoft.com>
Wed, 17 Apr 2019 03:17:33 +0000 (20:17 -0700)
src/vm/dllimport.cpp

index 93d0f79..3883783 100644 (file)
@@ -6108,7 +6108,7 @@ private:
 
 // Load the library directly. On Unix systems, don't register it yet with PAL. 
 // * External callers like AssemblyNative::InternalLoadUnmanagedDllFromPath() and the upcoming 
-//   System.Runtime.Interop.Marshall.LoadLibrary() need the raw system handle
+//   System.Runtime.InteropServices.NativeLibrary.Load() need the raw system handle
 // * Internal callers like LoadLibraryModule() can convert this handle to a HMODULE via PAL APIs on Unix
 static NATIVE_LIBRARY_HANDLE LocalLoadLibraryHelper( LPCWSTR name, DWORD flags, LoadLibErrorTracker *pErrorTracker )
 {