summaryrefslogtreecommitdiff
path: root/src/jit/sm.h
diff options
context:
space:
mode:
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)
{