diff options
author | Nick Clifton <nickc@redhat.com> | 2009-01-19 15:49:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-01-19 15:49:08 +0000 |
commit | 6dfe79a3385a7d61964aa4b2e5fb86c75f2293d8 (patch) | |
tree | a432b2e93572aeb7a1c1547049d6a8cc20904199 /gas/testsuite/lib | |
parent | f31fef9800987ae12dfb8d8129c1ced6de20f43b (diff) | |
download | gdb-6dfe79a3385a7d61964aa4b2e5fb86c75f2293d8.zip gdb-6dfe79a3385a7d61964aa4b2e5fb86c75f2293d8.tar.gz gdb-6dfe79a3385a7d61964aa4b2e5fb86c75f2293d8.tar.bz2 |
* lib/gas-defs.exp (run_list_test): Fix typo in comment.
Diffstat (limited to 'gas/testsuite/lib')
-rw-r--r-- | gas/testsuite/lib/gas-defs.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index 512dbaa..5afb3b9 100644 --- a/gas/testsuite/lib/gas-defs.exp +++ b/gas/testsuite/lib/gas-defs.exp @@ -962,8 +962,8 @@ if ![string length [info proc prune_warnings]] { # run_list_test NAME (optional): OPTS TESTNAME # -# Assemble the file "NAME.d" with command line options OPTS and -# compare the assembler standard error output against thee regular +# Assemble the file "NAME.s" with command line options OPTS and +# compare the assembler standard error output against the regular # expressions given in the file "NAME.l". If TESTNAME is provided, # it will be used as the name of the test. |