Fix a typo in the description of the strings program.
authorNick Clifton <nickc@redhat.com>
Mon, 8 Jun 2020 10:32:15 +0000 (11:32 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 8 Jun 2020 10:32:15 +0000 (11:32 +0100)
PR 26093
* doc/binutils.texi (strings): Fix typo.

binutils/ChangeLog
binutils/doc/binutils.texi

index 36c6c713039ad527a559c6b03bd07f5a0e0722f7..ec5b2ef2b7c91b01cff4e0fb1a14984756ea7455 100644 (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
index eef073aae1c7d71c0b04e550f17a173f7d700436..901f9e343800af18a1686d71f8b3ec33949635c6 100644 (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.
 
This page took 0.025697 seconds and 4 git commands to generate.