aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorArnold Metselaar <arnold.metselaar@planet.nl>2006-01-18 15:00:22 +0000
committerArnold Metselaar <arnold.metselaar@planet.nl>2006-01-18 15:00:22 +0000
commit3170c51cf8a021bee4c6542d7982d946b4316be3 (patch)
tree92c3b5de4304b8fa8cb489c32887c961fd919cdf /gas/testsuite
parentae33e02d8fb319ff797cb5709471ce6cd15ac3b2 (diff)
downloadgdb-3170c51cf8a021bee4c6542d7982d946b4316be3.zip
gdb-3170c51cf8a021bee4c6542d7982d946b4316be3.tar.gz
gdb-3170c51cf8a021bee4c6542d7982d946b4316be3.tar.bz2
fix typo
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/z80/z80.exp2
2 files changed, 3 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 6069d12..7d10bfa 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -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>
diff --git a/gas/testsuite/gas/z80/z80.exp b/gas/testsuite/gas/z80/z80.exp
index 68b4b86..cae83f1 100644
--- a/gas/testsuite/gas/z80/z80.exp
+++ b/gas/testsuite/gas/z80/z80.exp
@@ -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"
}