* gdb.base/gdb1476.exp: Fix typo.
authorMark Kettenis <kettenis@gnu.org>
Fri, 9 Jan 2004 16:43:05 +0000 (16:43 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 9 Jan 2004 16:43:05 +0000 (16:43 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/gdb1476.exp

index d5617cfb111a6279387d3286a6205800bd5af11d..b957ed7323e7096efd759a2196e774f4cb586dae 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/gdb1476.exp: Fix typo.
+
 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
 
        * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
index ed338db9ee6c2ee510816daaf7017d7d4efbe873..2ac8074547db0538f664a805e2ff67083094a48d 100644 (file)
@@ -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.