From: Nick Clifton Date: Mon, 19 Jan 2009 15:49:08 +0000 (+0000) Subject: * lib/gas-defs.exp (run_list_test): Fix typo in comment. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6dfe79a3385a7d61964aa4b2e5fb86c75f2293d8;hp=f31fef9800987ae12dfb8d8129c1ced6de20f43b;p=deliverable%2Fbinutils-gdb.git * lib/gas-defs.exp (run_list_test): Fix typo in comment. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6297ee6ced..fca8c1c33c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-01-19 Nick Clifton + + * lib/gas-defs.exp (run_list_test): Fix typo in comment. + 2009-01-19 Nick Clifton * gas/arm/attr-syntax.d: Do not run for non-ELF based ARM diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index 512dbaaca9..5afb3b9248 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.