This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

COMMITTED: Fix typo in description of run_list_test


Hi Guys,

  I am checking in the patch below to fix a small typo in the
  description of the run_list_test gas testsuite function.

Cheers
  Nick

gas/testsuite/ChangeLog
2009-01-19  Nick Clifton  <nickc@redhat.com>

	* lib/gas-defs.exp (run_list_test): Fix typo in comment.

Index: gas/testsuite/lib/gas-defs.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/lib/gas-defs.exp,v
retrieving revision 1.30
diff -c -3 -p -r1.30 gas-defs.exp
*** gas/testsuite/lib/gas-defs.exp	5 Sep 2008 11:19:13 -0000	1.30
--- gas/testsuite/lib/gas-defs.exp	19 Jan 2009 15:28:50 -0000
*************** if ![string length [info proc prune_warn
*** 962,969 ****
  
  # 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
  # expressions given in the file "NAME.l".  If TESTNAME is provided,
  # it will be used as the name of the test.
  
--- 962,969 ----
  
  # run_list_test NAME (optional): OPTS TESTNAME
  #
! # 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.
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]