Index: src/ia32/code-stubs-ia32.h |
diff --git a/src/ia32/code-stubs-ia32.h b/src/ia32/code-stubs-ia32.h |
index 4f8c81f043f90a4f2cb7312b562c30ea42c025d9..082915544c4265125c98fdf36c72f430242f1bcc 100644 |
--- a/src/ia32/code-stubs-ia32.h |
+++ b/src/ia32/code-stubs-ia32.h |
@@ -177,15 +177,15 @@ class StringHelper : public AllStatic { |
Register scratch, // Neither of above. |
bool ascii); |
- // Probe the symbol table for a two character string. If the string |
+ // Probe the string table for a two character string. If the string |
// requires non-standard hashing a jump to the label not_probed is |
// performed and registers c1 and c2 are preserved. In all other |
// cases they are clobbered. If the string is not found by probing a |
// jump to the label not_found is performed. This jump does not |
- // guarantee that the string is not in the symbol table. If the |
+ // guarantee that the string is not in the string table. If the |
// string is found the code falls through with the string in |
// register eax. |
- static void GenerateTwoCharacterSymbolTableProbe(MacroAssembler* masm, |
+ static void GenerateTwoCharacterStringTableProbe(MacroAssembler* masm, |
Register c1, |
Register c2, |
Register scratch1, |