diff options
author | Nick Clifton <nickc@redhat.com> | 2001-06-21 07:44:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-06-21 07:44:32 +0000 |
commit | 89084430cd9a100fb2a1f1ae515e137f42a24f0e (patch) | |
tree | b160a5f97ec43f84c7f4c14ec0c03f4b6b334ba9 /binutils/testsuite/binutils-all | |
parent | b091f402a990afc0da1f6e3486c2cf169b408733 (diff) | |
download | gdb-89084430cd9a100fb2a1f1ae515e137f42a24f0e.zip gdb-89084430cd9a100fb2a1f1ae515e137f42a24f0e.tar.gz gdb-89084430cd9a100fb2a1f1ae515e137f42a24f0e.tar.bz2 |
Fix typos
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp index 162fc66..a9a7465 100644 --- a/binutils/testsuite/binutils-all/readelf.exp +++ b/binutils/testsuite/binutils-all/readelf.exp @@ -249,7 +249,7 @@ if ![is_remote host] { send_user "Version [binutil_version $READELF]" -# Assemle the test file. +# Assemble the test file. if {![binutils_assemble $srcdir/$subdir/bintest.s tmpdir/bintest.o]} then { perror "unresolved 1" unresolved "readelf - failed to assemble" |