Fix a typo in the description of the strings program.

PR 26093
	* doc/binutils.texi (strings): Fix typo.
This commit is contained in:
Nick Clifton 2020-06-08 11:32:15 +01:00
parent c4b2f181c3
commit b37a771440
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2020-06-08 Nick Clifton <nickc@redhat.com>
PR 26093
* doc/binutils.texi (strings): Fix typo.
2020-06-08 Nick Clifton <nickc@redhat.com>
PR 26086

View File

@ -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.