aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-03-05 17:32:35 +0000
committerNick Clifton <nickc@redhat.com>2019-03-05 17:32:35 +0000
commit88c9190b4e3a177fafe1d7257ab7255542b62159 (patch)
tree0fe4b6d69c99182ae411742325e6f52e11ef96fb /binutils/doc
parentedbd9e45a906970852cee1999ab27c18c18a5ff5 (diff)
downloadgdb-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/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 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.