aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-09-29 18:34:44 +0000
committerDevang Patel <dpatel@apple.com>2008-09-29 18:34:44 +0000
commit66c6c65de28c3140fd4d048535fc259fc3f71479 (patch)
tree308119b09794fdd9477600ef2ec75cfad608d06c
parentc580144f41393217f928a0f8a99ff2cb066d460a (diff)
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56796 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index c5cffc3982..bba96240d8 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -930,7 +930,7 @@ situation. This attribute may not be used together with <tt>alwaysinline</tt>
attribute.</dd>
<dt><tt>optsize</tt></dt>
-<dd>This attribute suggests optimization passes and code generator passes to
+<dd>This attribute suggests that optimization passes and code generator passes
make choices that help reduce code size.</dd>
<dt><tt>noreturn</tt></dt>