diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-18 18:24:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-18 18:24:21 +0000 |
commit | 6dbb55b6008eb48d0e6aa30f859fb8cacd4986ea (patch) | |
tree | d753d8eeaad9b80dca3f84c44d8065548834b4e0 | |
parent | 31a9bdd961af756d45a6847296e72a6f217bf060 (diff) | |
download | gdb-6dbb55b6008eb48d0e6aa30f859fb8cacd4986ea.zip gdb-6dbb55b6008eb48d0e6aa30f859fb8cacd4986ea.tar.gz gdb-6dbb55b6008eb48d0e6aa30f859fb8cacd4986ea.tar.bz2 |
Fix spelling typo.
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/binutils.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c31804d..7339d85 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2000-07-18 Nick Clifton <nickc@cygnus.com> + + * binutils.texi (readelf): Fix spelling typo. + 2000-07-11 Mark Kettenis <kettenis@gnu.org> * objdump.c (usage): Make output of `objdump --help' more diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 1548740..437c843 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -2533,7 +2533,7 @@ exist. @item -D @itemx --use-dynamic When displaying symbols, this option makes @code{readelf} use the -symblol table in the file's dynamic section, rather than the one in the +symbol table in the file's dynamic section, rather than the one in the symbols section. @item -x <number> |