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 6069d12..7d10bfa 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 68b4b86..cae83f1 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"
 }