diff options
author | Nick Clifton <nickc@redhat.com> | 2019-03-05 17:32:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-03-05 17:32:35 +0000 |
commit | 88c9190b4e3a177fafe1d7257ab7255542b62159 (patch) | |
tree | 0fe4b6d69c99182ae411742325e6f52e11ef96fb /binutils | |
parent | edbd9e45a906970852cee1999ab27c18c18a5ff5 (diff) | |
download | gdb-88c9190b4e3a177fafe1d7257ab7255542b62159.zip gdb-88c9190b4e3a177fafe1d7257ab7255542b62159.tar.gz gdb-88c9190b4e3a177fafe1d7257ab7255542b62159.tar.bz2 |
Fix a spelling mistake: "complaint" instead of "compliant".
PR 24295
* doc/binutils.texi (ar cmdline): Fix spelling mistake.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2bfd591..605a7b3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 2019-03-05 Nick Clifton <nickc@redhat.com> + PR 24295 + * doc/binutils.texi (ar cmdline): Fix spelling mistake. + +2019-03-05 Nick Clifton <nickc@redhat.com> + * po/sv.po: Updated Swedish translation. 2019-03-05 Matthew Malcomson <matthew.malcomson@arm.com> diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index eb5c3e8..077cf06 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -465,7 +465,7 @@ option. @item P Use the full path name when matching names in the archive. @sc{gnu} @command{ar} can not create an archive with a full path name (such archives -are not POSIX complaint), but other archive creators can. This option +are not POSIX compliant), but other archive creators can. This option will cause @sc{gnu} @command{ar} to match file names using a complete path name, which can be convenient when extracting a single file from an archive created by another tool. |