diff options
Diffstat (limited to 'compiler/utils/assembler.h')
-rw-r--r-- | compiler/utils/assembler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/assembler.h b/compiler/utils/assembler.h index 1199602e09..e863b9a071 100644 --- a/compiler/utils/assembler.h +++ b/compiler/utils/assembler.h @@ -229,7 +229,7 @@ class AssemblerBuffer { // When building the C++ tests, assertion code is enabled. To allow // asserting that the user of the assembler buffer has ensured the - // capacity needed for emitting, we add a dummy method in non-debug mode. + // capacity needed for emitting, we add a placeholder method in non-debug mode. bool HasEnsuredCapacity() const { return true; } #endif |