Index: src/arm64/macro-assembler-arm64.h |
diff --git a/src/arm64/macro-assembler-arm64.h b/src/arm64/macro-assembler-arm64.h |
index 3937f6f9bbd6f29cfc15162a170d45be41d08b63..1160c40bf609ebf48d65cdf6e4c3c46c442a0d89 100644 |
--- a/src/arm64/macro-assembler-arm64.h |
+++ b/src/arm64/macro-assembler-arm64.h |
@@ -1284,7 +1284,7 @@ class MacroAssembler : public Assembler { |
// --------------------------------------------------------------------------- |
// Allocation support |
- // Allocate an object in new space or old pointer space. The object_size is |
+ // Allocate an object in new space or old space. The object_size is |
// specified either in bytes or in words if the allocation flag SIZE_IN_WORDS |
// is passed. The allocated object is returned in result. |
// |