Skip to content

Commit d7c1df3

Browse files
[llvm] Proofread GoldPlugin.rst (#166509)
1 parent aea75d0 commit d7c1df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/GoldPlugin.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ which is why you otherwise need gold to be the installed system linker in
8383
your path.
8484

8585
``ar`` and ``nm`` also accept the ``-plugin`` option and it's possible to
86-
to install ``LLVMgold.so`` to ``/usr/lib/bfd-plugins`` for a seamless setup.
86+
install ``LLVMgold.so`` to ``/usr/lib/bfd-plugins`` for a seamless setup.
8787
If you built your own gold, be sure to install the ``ar`` and ``nm-new`` you
8888
built to ``/usr/bin``.
8989

@@ -143,7 +143,7 @@ Quickstart for using LTO with autotooled projects
143143
=================================================
144144

145145
Once your system ``ld``, ``ar``, and ``nm`` all support LLVM bitcode,
146-
everything is in place for an easy to use LTO build of autotooled projects:
146+
everything is in place for an easy-to-use LTO build of autotooled projects:
147147

148148
* Follow the instructions :ref:`on how to build LLVMgold.so
149149
<lto-how-to-build>`.

0 commit comments

Comments
 (0)