From 8d0659080bb940fe268db5590dc400865ecbcbd9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 21 Apr 2002 13:25:53 +0000 Subject: [PATCH] fix compilation git-svn-id: svn://svn.valgrind.org/valgrind/trunk@112 --- coregrind/vg_startup.S | 2 +- vg_startup.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2