Index: src/builtins.cc |
diff --git a/src/builtins.cc b/src/builtins.cc |
index 031d0547ebf3182bb6cef7231d82d72efa95adf7..39e823abca90d122dd20b01b1e36c8d2e8053ffe 100644 |
--- a/src/builtins.cc |
+++ b/src/builtins.cc |
@@ -1653,7 +1653,7 @@ void Builtins::SetUp(Isolate* isolate, bool create_heap_objects) { |
// buffer, before copying it into individual code objects. Be careful |
// with alignment, some platforms don't like unaligned code. |
// TODO(jbramley): I had to increase the size of this buffer from 8KB because |
- // we can generate a lot of debug code on A64. |
+ // we can generate a lot of debug code on ARM64. |
union { int force_alignment; byte buffer[16*KB]; } u; |
// Traverse the list of builtins and generate an adaptor in a |