Index: src/arm/code-stubs-arm.h |
diff --git a/src/arm/code-stubs-arm.h b/src/arm/code-stubs-arm.h |
index bd54b1dc5784dcf709dd5172b863d74a750a66ac..de2f32fb7f5309f0b5a21cd9a5b18b1258de7823 100644 |
--- a/src/arm/code-stubs-arm.h |
+++ b/src/arm/code-stubs-arm.h |
@@ -172,14 +172,14 @@ class StringHelper : public AllStatic { |
int flags); |
- // Probe the symbol table for a two character string. If the string is |
+ // Probe the string table for a two character string. 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 |
+ // does not guarantee that the string is not in the string table. If the |
// string is found the code falls through with the string in register r0. |
// Contents of both c1 and c2 registers are modified. At the exit c1 is |
// guaranteed to contain halfword with low and high bytes equal to |
// initial contents of c1 and c2 respectively. |
- static void GenerateTwoCharacterSymbolTableProbe(MacroAssembler* masm, |
+ static void GenerateTwoCharacterStringTableProbe(MacroAssembler* masm, |
Register c1, |
Register c2, |
Register scratch1, |