aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Polacek <mpolacek@sourceware.org>2011-09-29 14:36:47 +0000
committerMarek Polacek <mpolacek@sourceware.org>2011-09-29 14:36:47 +0000
commit6aee0d90b5445736c0470fe0e96af7b1a6ad7e55 (patch)
tree598429df5ac3277ecc10d73000bd90c648a0afe0
parente9101ff5a7433978be97bebff963cd4124ca8bd8 (diff)
downloadgdb-6aee0d90b5445736c0470fe0e96af7b1a6ad7e55.zip
gdb-6aee0d90b5445736c0470fe0e96af7b1a6ad7e55.tar.gz
gdb-6aee0d90b5445736c0470fe0e96af7b1a6ad7e55.tar.bz2
lib/gdb.exp: Fix a typo
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/lib/gdb.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index c494698..a21b72f 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2011-09-29 Marek Polacek <mpolacek@redhat.com>
+ * lib/gdb.exp: Fix a typo in one of the comments.
+
+2011-09-29 Marek Polacek <mpolacek@redhat.com>
+
* gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
matching pattern.
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 151d7e2..ca10582 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -3540,7 +3540,7 @@ proc help_test_raw { gdb_command expected_lines args } {
gdb_test "${gdb_command}" "${expected_output}" $message
}
-# Test the output of "help COMMNAD_CLASS". EXPECTED_INITIAL_LINES
+# Test the output of "help COMMAND_CLASS". EXPECTED_INITIAL_LINES
# are regular expressions that should match the beginning of output,
# before the list of commands in that class. The presence of
# command list and standard epilogue will be tested automatically.