[llvm-commits] [llvm] r93027 - /llvm/trunk/docs/LangRef.html

Eric Christopher echristo at apple.com
Fri Jan 8 13:42:40 PST 2010


Author: echristo
Date: Fri Jan  8 15:42:39 2010
New Revision: 93027

URL: http://llvm.org/viewvc/llvm-project?rev=93027&view=rev
Log:
Grammar thinko.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=93027&r1=93026&r2=93027&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri Jan  8 15:42:39 2010
@@ -7266,7 +7266,7 @@
 
 <h5>Overview:</h5>
 <p>The <tt>llvm.objectsize</tt> intrinsic is designed to provide information
-   to the optimizers to either discover at compile time either a) when an
+   to the optimizers to discover at compile time either a) when an
    operation like memcpy will either overflow a buffer that corresponds to
    an object, or b) to determine that a runtime check for overflow isn't
    necessary. An object in this context means an allocation of a





More information about the llvm-commits mailing list