From 527521668d5cfe214e9a0971746042684afc5db1 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Thu, 17 Oct 2013 22:02:29 +0000 Subject: * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix comment typo. * lib/gdb.exp (gdb_init): Likewise. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp | 2 +- gdb/testsuite/lib/gdb.exp | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'gdb') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 634184a1e8b..77d9045e9d2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2013-10-17 Maciej W. Rozycki + + * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): + Fix comment typo. + * lib/gdb.exp (gdb_init): Likewise. + 2013-10-17 Tom Tromey * gdb.base/printcmds.exp (test_printf): Test printf flushing. diff --git a/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp b/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp index a4d35818493..f2b91971547 100644 --- a/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp +++ b/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp @@ -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" diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 3efd539b1f4..44786eca74e 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -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 "" -- cgit v1.2.1