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] GAS/testsuite: Fix a typo


Hi,

 Committed as obvious.

2009-09-21  Maciej W. Rozycki  <macro@linux-mips.org>

	* gas/mips/mips.exp: Fix a typo.

  Maciej
 
Index: gas/testsuite/gas/mips/mips.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/mips.exp,v
retrieving revision 1.152
diff -u -p -r1.152 mips.exp
--- gas/testsuite/gas/mips/mips.exp	13 Sep 2009 19:18:11 -0000	1.152
+++ gas/testsuite/gas/mips/mips.exp	21 Sep 2009 13:06:16 -0000
@@ -85,7 +85,7 @@
 proc mips_arch_init {} {
     global mips_arches
 
-    # Catch becuase the variable won't be set the first time through.
+    # Catch because the variable won't be set the first time through.
     catch {unset mips_arches}
 }
 


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