summaryrefslogtreecommitdiff
path: root/src/jit/sm.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/jit/sm.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/jit/sm.h')
-rw-r--r--src/jit/sm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/sm.h b/src/jit/sm.h
index 1fa92305a1..baa6fb9521 100644
--- a/src/jit/sm.h
+++ b/src/jit/sm.h
@@ -59,7 +59,7 @@ public :
NativeSize += StateWeights[stateID];
}
- // Given an SM opcode retrive the weight for this single opcode state.
+ // Given an SM opcode retrieve the weight for this single opcode state.
// For example, ID for single opcode state SM_NOSHOW is 2.
inline short GetWeightForOpcode(SM_OPCODE opcode)
{