From: Dirk Mueller Date: Sun, 21 Apr 2002 13:25:53 +0000 (+0000) Subject: fix compilation X-Git-Tag: svn/VALGRIND_1_0_3~339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d0659080bb940fe268db5590dc400865ecbcbd9;p=thirdparty%2Fvalgrind.git fix compilation git-svn-id: svn://svn.valgrind.org/valgrind/trunk@112 --- diff --git a/coregrind/vg_startup.S b/coregrind/vg_startup.S index 1a3b60fcb0..485abee85f 100644 --- a/coregrind/vg_startup.S +++ b/coregrind/vg_startup.S @@ -202,7 +202,7 @@ VG_(swizzle_esp_then_start_GDB): movl 40(%esp), %ebx # client %ESP movl 36(%esp), %ecx # client %EIP - # Now thatn we don't need to refer to simulators stack any more, + # Now thatn we dont need to refer to simulators stack any more, # put %ESP into %esp movl %ebx, %esp diff --git a/vg_startup.S b/vg_startup.S index 1a3b60fcb0..485abee85f 100644 --- a/vg_startup.S +++ b/vg_startup.S @@ -202,7 +202,7 @@ VG_(swizzle_esp_then_start_GDB): movl 40(%esp), %ebx # client %ESP movl 36(%esp), %ecx # client %EIP - # Now thatn we don't need to refer to simulators stack any more, + # Now thatn we dont need to refer to simulators stack any more, # put %ESP into %esp movl %ebx, %esp