summaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-06-08 11:32:15 +0100
committerNick Clifton <nickc@redhat.com>2020-06-08 11:32:15 +0100
commitb37a7714400cdc264ed236f72668b8956477b2ed (patch)
tree9c2e7392f8343c002e2dc09b6b2eb557a26b8315 /binutils/doc
parentc4b2f181c3d2ddc681ce42bf60bfa874e44b1cfe (diff)
Fix a typo in the description of the strings program.
PR 26093 * doc/binutils.texi (strings): Fix typo.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/binutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index eef073aae1..901f9e3438 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -3136,7 +3136,7 @@ unprintable character.
Depending upon how the strings program was configured it will default
to either displaying all the printable sequences that it can find in
each file, or only those sequences that are in loadable, initialized
-data sections. If the file type in unrecognizable, or if strings is
+data sections. If the file type is unrecognizable, or if strings is
reading from stdin then it will always display all of the printable
sequences that it can find.