Index: src/assembler.h |
diff --git a/src/assembler.h b/src/assembler.h |
index e8bc5d6caa675366cb3d895e59aafb3c62c85d36..b089b090cc59fb820940844a56fb5f8552ee3d49 100644 |
--- a/src/assembler.h |
+++ b/src/assembler.h |
@@ -181,7 +181,7 @@ class RelocInfo BASE_EMBEDDED { |
enum Mode { |
// Please note the order is important (see IsCodeTarget, IsGCRelocMode). |
CONSTRUCT_CALL, // code target that is a call to a JavaScript constructor. |
- CODE_TARGET_CONTEXT, // Code target used for contextual loads. |
+ CODE_TARGET_CONTEXT, // Code target used for contextual loads and stores. |
DEBUG_BREAK, // Code target for the debugger statement. |
CODE_TARGET, // Code target which is not any of the above. |
EMBEDDED_OBJECT, |