summaryrefslogtreecommitdiff
path: root/src/vm/frames.h
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/frames.h
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/frames.h')
-rw-r--r--src/vm/frames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/frames.h b/src/vm/frames.h
index 44e38bf155..ce65b38623 100644
--- a/src/vm/frames.h
+++ b/src/vm/frames.h
@@ -1891,7 +1891,7 @@ public:
virtual PCODE GetReturnAddress();
- // Retrives pointer to the lowest-addressed argument on
+ // Retrieves pointer to the lowest-addressed argument on
// the stack. Depending on the calling convention, this
// may or may not be the first argument.
TADDR GetPointerToArguments()