minor grammar fix

llvm-svn: 310111
This commit is contained in:
Nico Weber 2017-08-04 20:06:03 +00:00
parent 1d7a33b8ae
commit d7d98aa49f
1 changed files with 1 additions and 1 deletions

View File

@ -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.