summaryrefslogtreecommitdiff
path: root/src/vm/dllimport.cpp
diff options
context:
space:
mode:
authorJon Hanna <jon@hackcraft.net>2016-12-05 07:22:10 +0000
committerJan Kotas <jkotas@microsoft.com>2016-12-04 23:22:10 -0800
commite5946c901f3f82f668ee4322b300f195c43cecaf (patch)
treedf4b2a5ff97c7b3e22508d1e8ada7974e3a49372 /src/vm/dllimport.cpp
parent6ed21c52f25243b7cc1c64b19a47bbd4beb69314 (diff)
downloadcoreclr-e5946c901f3f82f668ee4322b300f195c43cecaf.tar.gz
coreclr-e5946c901f3f82f668ee4322b300f195c43cecaf.tar.bz2
coreclr-e5946c901f3f82f668ee4322b300f195c43cecaf.zip
Fix several misspellings of exception and "a exception". (#8442)
Diffstat (limited to 'src/vm/dllimport.cpp')
-rw-r--r--src/vm/dllimport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/dllimport.cpp b/src/vm/dllimport.cpp
index 5d63b1de87..a3f7f30d86 100644
--- a/src/vm/dllimport.cpp
+++ b/src/vm/dllimport.cpp
@@ -4940,7 +4940,7 @@ void NDirect::PopulateNDirectMethodDesc(NDirectMethodDesc* pNMD, PInvokeStaticSi
// Currently only ManagedToNativeComInteropStubAttribute is supported.
// It returns NULL if no such attribute(s) can be found.
// But if the attribute is found and is invalid, or something went wrong in the looking up
-// process, a exception will be thrown. If everything goes well, you'll get the MethodDesc
+// process, an exception will be thrown. If everything goes well, you'll get the MethodDesc
// of the stub method
HRESULT FindPredefinedILStubMethod(MethodDesc *pTargetMD, DWORD dwStubFlags, MethodDesc **ppRetStubMD)
{