summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2017-08-04 20:06:03 +0000
committerNico Weber <nicolasweber@gmx.de>2017-08-04 20:06:03 +0000
commitd7d98aa49fbfd2733b173fe0e22d346f0076e3da (patch)
treee1af1d4bc35d88423f45af2718b19840e6a81109
parent1d7a33b8ae6df56e9cb84f8198d617c17e55a0fc (diff)
downloadbcm5719-llvm-d7d98aa49fbfd2733b173fe0e22d346f0076e3da.tar.gz
bcm5719-llvm-d7d98aa49fbfd2733b173fe0e22d346f0076e3da.zip
minor grammar fix
llvm-svn: 310111
-rw-r--r--lld/docs/NewLLD.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/NewLLD.rst b/lld/docs/NewLLD.rst
index 67f6b368b0e..cb27cc59dff 100644
--- a/lld/docs/NewLLD.rst
+++ b/lld/docs/NewLLD.rst
@@ -301,7 +301,7 @@ Glossary
they are merged by ICF. It is known as an effective technique,
and it usually reduces C++ program's size by a few percent or more.
- Note that this is not entirely sound optimization. C/C++ require
+ Note that this is not an entirely sound optimization. C/C++ require
different functions have different addresses. If a program depends on
that property, it would fail at runtime.
OpenPOWER on IntegriCloud