* gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):

Fix comment typo.
	* lib/gdb.exp (gdb_init): Likewise.
This commit is contained in:
Maciej W. Rozycki 2013-10-17 22:02:29 +00:00
parent 50b34a18ed
commit e4b8388f81
3 changed files with 8 additions and 2 deletions

View 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.

View 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"

View 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 ""