fix compilation


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@112 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_startup.S b/coregrind/vg_startup.S
index 1a3b60f..485abee 100644
--- a/coregrind/vg_startup.S
+++ b/coregrind/vg_startup.S
@@ -202,7 +202,7 @@
 	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 1a3b60f..485abee 100644
--- a/vg_startup.S
+++ b/vg_startup.S
@@ -202,7 +202,7 @@
 	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