aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/lib/gas-defs.exp4
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 6297ee6..fca8c1c 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2009-01-19 Nick Clifton <nickc@redhat.com>
+ * lib/gas-defs.exp (run_list_test): Fix typo in comment.
+
+2009-01-19 Nick Clifton <nickc@redhat.com>
+
* gas/arm/attr-syntax.d: Do not run for non-ELF based ARM
targets.
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.