[lld] r310111 - minor grammar fix

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 13:06:03 PDT 2017


Author: nico
Date: Fri Aug  4 13:06:03 2017
New Revision: 310111

URL: http://llvm.org/viewvc/llvm-project?rev=310111&view=rev
Log:
minor grammar fix

Modified:
    lld/trunk/docs/NewLLD.rst

Modified: lld/trunk/docs/NewLLD.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/NewLLD.rst?rev=310111&r1=310110&r2=310111&view=diff
==============================================================================
--- lld/trunk/docs/NewLLD.rst (original)
+++ lld/trunk/docs/NewLLD.rst Fri Aug  4 13:06:03 2017
@@ -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.
 




More information about the llvm-commits mailing list