This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix typo in gdb.base/gdb1476.exp


Thanks Daniel, committed as obvious.

Mark


Index: testsuite/ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* gdb.base/gdb1476.exp: Fix typo.

Index: testsuite/gdb.base/gdb1476.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/gdb1476.exp,v
retrieving revision 1.2
diff -u -p -r1.2 gdb1476.exp
--- testsuite/gdb.base/gdb1476.exp 7 Jan 2004 22:12:34 -0000 1.2
+++ testsuite/gdb.base/gdb1476.exp 9 Jan 2004 16:38:54 -0000
@@ -49,7 +49,7 @@ if ![runto_main] then {
 }
 
 # If we can examine what's at memory address 0, it is possible that we
-# could also execute it.  This could pobably make us run away,
+# could also execute it.  This could probably make us run away,
 # executing random code, which could have all sorts of ill effects,
 # especially on targets without an MMU.  Don't run the tests in that
 # case.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]