* lib/gas-defs.exp (run_list_test): Fix typo in comment.
authorNick Clifton <nickc@redhat.com>
Mon, 19 Jan 2009 15:49:08 +0000 (15:49 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 19 Jan 2009 15:49:08 +0000 (15:49 +0000)
gas/testsuite/ChangeLog
gas/testsuite/lib/gas-defs.exp

index 6297ee6ced7a4de1ee5466645984a98070aedaff..fca8c1c33cbf4ee0ed2fbefa95cc79cc0494afa4 100644 (file)
@@ -1,3 +1,7 @@
+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
index 512dbaaca91dc31dffd09e1d8fd96345677386eb..5afb3b92484e789259653126347c921e565c17a1 100644 (file)
@@ -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.
 
This page took 0.027865 seconds and 4 git commands to generate.