From d7d98aa49fbfd2733b173fe0e22d346f0076e3da Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 4 Aug 2017 20:06:03 +0000 Subject: [PATCH] minor grammar fix llvm-svn: 310111 --- lld/docs/NewLLD.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/docs/NewLLD.rst b/lld/docs/NewLLD.rst index 67f6b368b0e4..cb27cc59dff4 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.