aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2009-09-21 13:08:36 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2009-09-21 13:08:36 +0000
commit95d4c932e4fba5c8b7449c33d2784ade89abf373 (patch)
tree0dea9a44c2da082c79879988b3c835c2a674ecb1 /gas
parent4f412fd0b647fcc2aea5f3ad18c0f7833e6a408b (diff)
downloadfsf-binutils-gdb-95d4c932e4fba5c8b7449c33d2784ade89abf373.zip
fsf-binutils-gdb-95d4c932e4fba5c8b7449c33d2784ade89abf373.tar.gz
fsf-binutils-gdb-95d4c932e4fba5c8b7449c33d2784ade89abf373.tar.bz2
* gas/mips/mips.exp: Fix a typo.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/mips/mips.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index c5b954b..5b40037 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-21 Maciej W. Rozycki <macro@linux-mips.org>
+
+ * gas/mips/mips.exp: Fix a typo.
+
2009-09-21 Ben Elliston <bje@au.ibm.com>
Peter Bergner <bergner@vnet.ibm.com>
diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp
index 6f82f46..b1adde0 100644
--- a/gas/testsuite/gas/mips/mips.exp
+++ b/gas/testsuite/gas/mips/mips.exp
@@ -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}
}