fix typo
authorArnold Metselaar <arnold.metselaar@planet.nl>
Wed, 18 Jan 2006 15:00:22 +0000 (15:00 +0000)
committerArnold Metselaar <arnold.metselaar@planet.nl>
Wed, 18 Jan 2006 15:00:22 +0000 (15:00 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/z80/z80.exp

index 6069d12c52334f89f81c856eef70e86457c4593f..7d10bfa5eae768c5901288a42c5be43b87042c07 100644 (file)
@@ -1,8 +1,8 @@
 2006-01-18  Arnold Metselaar  <arnoldm@sourceware.org>
 
        * gas/z80/z80.exp: Add offset.
-       * gas/z80/ofseet.d: New file.
-       * gas/z80/ofseet.s: New file.
+       * gas/z80/offset.d: New file.
+       * gas/z80/offset.s: New file.
 
 2006-01-16  Paul Brook  <paul@codesourcery.com>
 
index 68b4b86af7e5369b6493d053617ad4c789721b88..cae83f160dba556d8efa9cfd0a832071a43150ba 100644 (file)
@@ -7,6 +7,6 @@ if [istarget z80-*-*] then {
     run_dump_test "quotes"
 # test suffixes
     run_dump_test "suffix"
-# test assembling and disassembling insturction involving offsets
+# test assembling and disassembling instructions involving offsets
     run_dump_test "offset"
 }