aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-01-09 16:43:05 +0000
committerMark Kettenis <kettenis@gnu.org>2004-01-09 16:43:05 +0000
commit209721fe3f6c2357049d751a4cdf7b1c9a446859 (patch)
tree51d96c1d5ac346b6021e006a74701d9d601c3029 /gdb
parentc77c642a84c94b0c2fdb4fcac7c038089038602f (diff)
downloadgdb-209721fe3f6c2357049d751a4cdf7b1c9a446859.zip
gdb-209721fe3f6c2357049d751a4cdf7b1c9a446859.tar.gz
gdb-209721fe3f6c2357049d751a4cdf7b1c9a446859.tar.bz2
* gdb.base/gdb1476.exp: Fix typo.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/gdb1476.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index d5617cf..b957ed7 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
diff --git a/gdb/testsuite/gdb.base/gdb1476.exp b/gdb/testsuite/gdb.base/gdb1476.exp
index ed338db..2ac8074 100644
--- a/gdb/testsuite/gdb.base/gdb1476.exp
+++ b/gdb/testsuite/gdb.base/gdb1476.exp
@@ -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.