lib/gdb.exp: Fix a typo
authorMarek Polacek <mpolacek@sourceware.org>
Thu, 29 Sep 2011 14:36:47 +0000 (14:36 +0000)
committerMarek Polacek <mpolacek@sourceware.org>
Thu, 29 Sep 2011 14:36:47 +0000 (14:36 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index c494698d8ce9dd53d65ec041ccb423b28e4f7e7f..a21b72f00bab15bde9c761027c03df6336f8e0c1 100644 (file)
@@ -1,3 +1,7 @@
+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
index 151d7e2d9c5ad73c64d262b6f18209ad619bdf6d..ca105828be232706ba76b55743803cc9cdab10ea 100644 (file)
@@ -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.