* gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
authorMaciej W. Rozycki <macro@linux-mips.org>
Thu, 17 Oct 2013 22:02:29 +0000 (22:02 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Thu, 17 Oct 2013 22:02:29 +0000 (22:02 +0000)
Fix comment typo.
* lib/gdb.exp (gdb_init): Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp
gdb/testsuite/lib/gdb.exp

index 634184a..77d9045 100644 (file)
@@ -1,3 +1,9 @@
+2013-10-17  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
+       Fix comment typo.
+       * lib/gdb.exp (gdb_init): Likewise.
+
 2013-10-17  Tom Tromey  <tromey@redhat.com>
 
        * gdb.base/printcmds.exp (test_printf): Test printf flushing.
index a4d3581..f2b9197 100644 (file)
@@ -79,7 +79,7 @@ proc test_insert_delete_modify { } {
        }
     }
 
-    # Verify that '=breakpoint-created' notification is correctly emittd when
+    # Verify that '=breakpoint-created' notification is correctly emitted when
     # creating any type of breakpoint.
 
     set test "watch watch"
index 3efd539..44786ec 100644 (file)
@@ -3599,7 +3599,7 @@ proc gdb_init { args } {
     setenv TERM "vt100"
 
     # Some tests (for example gdb.base/maint.exp) shell out from gdb to use
-    # grep.  Clear GREP_OPTIONS to make the behavoiur predictable, 
+    # grep.  Clear GREP_OPTIONS to make the behavior predictable,
     # especially having color output turned on can cause tests to fail.
     setenv GREP_OPTIONS ""