summaryrefslogtreecommitdiff
path: root/src/vm/comdelegate.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/comdelegate.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/comdelegate.cpp')
-rw-r--r--src/vm/comdelegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/comdelegate.cpp b/src/vm/comdelegate.cpp
index 193f6f4786..66a19ac817 100644
--- a/src/vm/comdelegate.cpp
+++ b/src/vm/comdelegate.cpp
@@ -3278,7 +3278,7 @@ MethodDesc* COMDelegate::GetDelegateCtor(TypeHandle delegateType, MethodDesc *pT
// 1, 4 - MulticastDelegate.ctor1 (simply assign _target and _methodPtr)
// 5 - MulticastDelegate.ctor2 (see table, takes 3 args)
// 2, 6 - MulticastDelegate.ctor3 (take shuffle thunk)
- // 3 - MulticastDelegate.ctor4 (take shuffle thunk, retrive MethodDesc) ???
+ // 3 - MulticastDelegate.ctor4 (take shuffle thunk, retrieve MethodDesc) ???
//
// 7 - Needs special handling
//