From fd327361816dcb3d1b04c60f6f881162023b350e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 18 Oct 2012 14:20:43 -0700 Subject: [PATCH] (no bug) DONTBUILD Fix comment search-and-replaceo in js/src/ion/IonMacroAssembler.h rs=nobody --- js/src/ion/IonMacroAssembler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/ion/IonMacroAssembler.h b/js/src/ion/IonMacroAssembler.h index 33a4c1a1e1a..e9a025597c2 100644 --- a/js/src/ion/IonMacroAssembler.h +++ b/js/src/ion/IonMacroAssembler.h @@ -625,7 +625,7 @@ class MacroAssembler : public MacroAssemblerSpecific store32(Imm32(ProfileEntry::NullPCIndex), Address(temp, ProfileEntry::offsetOfPCIdx())); - /* Always increment the stack size, tempardless if we actually pushed */ + /* Always increment the stack size, whether or not we actually pushed. */ bind(&stackFull); movePtr(ImmWord(p->sizePointer()), temp); add32(Imm32(1), Address(temp, 0));