diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/completion.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/completion.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/completion.exp b/gdb/testsuite/gdb.base/completion.exp index ca37559..59a6c57 100644 --- a/gdb/testsuite/gdb.base/completion.exp +++ b/gdb/testsuite/gdb.base/completion.exp @@ -20,7 +20,7 @@ # # tests for command completion # -# Here are some useful test cases for completion. +# Here are some useful test cases for completion. # They should be tested with both M-? and TAB. # # "show output-" "radix" @@ -676,7 +676,7 @@ with_cwd $srcdir { } # If the directory name contains a '+' we must escape it, adding a backslash. -# If not, the test below will fail because it will interpret the '+' as a +# If not, the test below will fail because it will interpret the '+' as a # regexp operator. We use string_to_regexp for this purpose. gdb_test "cd ${fullsrcdir}" \ |