diff options
author | Christina Schimpe <christina.schimpe@intel.com> | 2022-03-09 09:09:57 +0100 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-03-09 14:30:10 +0200 |
commit | ec0e51aeee82d1eb7e1775e80c8e3861fd5477ff (patch) | |
tree | e0a683811d713151bca0c86a349d61a1add8efed /gdb/doc | |
parent | fb0e49d8e05e61ca2af9b5f60b01ad5fb6d274ff (diff) | |
download | binutils-gdb-ec0e51aeee82d1eb7e1775e80c8e3861fd5477ff.tar.gz |
* gdb/doc/gdb.texinfo (Requirements): Fix a typo.
Copyright-paperwork-exempt: yes
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 132b94c6487..e61cef36a2d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -38651,7 +38651,7 @@ included with your operating system, you can find it in the xz package at @url{http://tukaani.org/xz/}. If the LZMA library is available in the usual place, then the @file{configure} script will use it automatically. If it is installed in an unusual path, you can use the -@option{--with-lzma-prefix} option to specify its location. +@option{--with-liblzma-prefix} option to specify its location. @item MPFR @anchor{MPFR} |