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

This commit is contained in:
Maciej W. Rozycki 2009-09-21 13:08:36 +00:00
parent 4f412fd0b6
commit 95d4c932e4
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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}
}