diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2013-10-17 22:02:29 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2013-10-17 22:02:29 +0000 |
commit | e4b8388f81e5f9a4fbdee6b6b3b13eb5fa58dfd5 (patch) | |
tree | e386f152eb82a6f42377c5d0207bd017bfaa7d6f /gdb/testsuite/lib/gdb.exp | |
parent | 50b34a18edaf0f2112d03f62f2816b920203ac07 (diff) | |
download | gdb-e4b8388f81e5f9a4fbdee6b6b3b13eb5fa58dfd5.zip gdb-e4b8388f81e5f9a4fbdee6b6b3b13eb5fa58dfd5.tar.gz gdb-e4b8388f81e5f9a4fbdee6b6b3b13eb5fa58dfd5.tar.bz2 |
* gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
Fix comment typo.
* lib/gdb.exp (gdb_init): Likewise.
Diffstat (limited to 'gdb/testsuite/lib/gdb.exp')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 3efd539..44786ec 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 "" |