summaryrefslogtreecommitdiff
path: root/src/vm/excep.cpp
diff options
context:
space:
mode:
authorJon Hanna <jon@hackcraft.net>2015-08-14 18:28:00 +0100
committerJon Hanna <jon@hackcraft.net>2015-08-14 18:28:00 +0100
commitb07498db7d68ca9b899c243a108b5d086f6a3b32 (patch)
tree1dcded387e310c13b476ea3d7cacec12c1323a02 /src/vm/excep.cpp
parent7dfc09b70f883472680a5b94521bcd04b6f019c8 (diff)
downloadcoreclr-b07498db7d68ca9b899c243a108b5d086f6a3b32.tar.gz
coreclr-b07498db7d68ca9b899c243a108b5d086f6a3b32.tar.bz2
coreclr-b07498db7d68ca9b899c243a108b5d086f6a3b32.zip
Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"
Mostly just in comments, test case and trace text, but the exception thrown if you try to GetInterfaceMap on an array type has it in the description.
Diffstat (limited to 'src/vm/excep.cpp')
-rw-r--r--src/vm/excep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/excep.cpp b/src/vm/excep.cpp
index 3fe9f4f130..4c595409c7 100644
--- a/src/vm/excep.cpp
+++ b/src/vm/excep.cpp
@@ -11725,7 +11725,7 @@ BOOL CEHelper::CanMethodHandleException(CorruptionSeverity severity, PTR_MethodD
}
// If we have been asked to use the last active corruption severity (e.g. in cases of Reflection
- // or COM interop), then retrive it.
+ // or COM interop), then retrieve it.
if (severity == UseLast)
{
LOG((LF_EH, LL_INFO100, "CEHelper::CanMethodHandleException - Using LastActiveExceptionCorruptionSeverity.\n"));