This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Test suite comment typos


Hi,

 Applied as obvious (trailing space removed too).

2013-10-17  Maciej W. Rozycki  <macro@codesourcery.com>

	gdb/testsuite/
	* gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
	Fix comment typo.
	* lib/gdb.exp (gdb_init): Likewise.

  Maciej

gdb-test-comment-typos.diff
Index: gdb-fsf-trunk-quilt/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp
===================================================================
--- gdb-fsf-trunk-quilt.orig/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp	2013-10-17 22:42:32.087596073 +0100
+++ gdb-fsf-trunk-quilt/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp	2013-10-17 22:44:51.618780708 +0100
@@ -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: gdb-fsf-trunk-quilt/gdb/testsuite/lib/gdb.exp
===================================================================
--- gdb-fsf-trunk-quilt.orig/gdb/testsuite/lib/gdb.exp	2013-10-17 22:42:31.578765350 +0100
+++ gdb-fsf-trunk-quilt/gdb/testsuite/lib/gdb.exp	2013-10-17 22:52:00.717654559 +0100
@@ -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 ""
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]