Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index d7dad5a5b1b4bba8a9da5792755d5fe09162619b..6326d74897b2616099f6384e6031779a72f8de58 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -806,8 +806,8 @@ class MacroAssembler: public Assembler { |
void LoadContext(Register dst, int context_chain_length); |
// Conditionally load the cached Array transitioned map of type |
- // transitioned_kind from the global context if the map in register |
- // map_in_out is the cached Array map in the global context of |
+ // transitioned_kind from the native context if the map in register |
+ // map_in_out is the cached Array map in the native context of |
// expected_kind. |
void LoadTransitionedArrayMapConditional( |
ElementsKind expected_kind, |