aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/ifelse.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/ifelse.exp')
-rw-r--r--gdb/testsuite/gdb.base/ifelse.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/ifelse.exp b/gdb/testsuite/gdb.base/ifelse.exp
index 0a0bb0a..adf23e7 100644
--- a/gdb/testsuite/gdb.base/ifelse.exp
+++ b/gdb/testsuite/gdb.base/ifelse.exp
@@ -53,7 +53,7 @@ gdb_test_multiple "if 0\nend" $message {
# This fails in GDB <=6.5
# Unfortunately it was an uninitialised memory problem so
-# sometimes it just works. Preceed it with an if else end with
+# sometimes it just works. Precede it with an if else end with
# bodies and hopefully the memory with be dirty and the problem
# will show itself (this works at time of writing).