diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index c5b954b8f9f..5b400374cb1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-09-21 Maciej W. Rozycki + + * gas/mips/mips.exp: Fix a typo. + 2009-09-21 Ben Elliston Peter Bergner diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index 6f82f46f499..b1adde0885c 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} }