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

Chris Lattner sabre at nondot.org
Tue Jul 6 13:51:35 PDT 2010


Author: lattner
Date: Tue Jul  6 15:51:35 2010
New Revision: 107696

URL: http://llvm.org/viewvc/llvm-project?rev=107696&view=rev
Log:
minor typo

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=107696&r1=107695&r2=107696&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Jul  6 15:51:35 2010
@@ -1066,7 +1066,7 @@
 <br>
       Note that this definition of <tt>noalias<tt> is intentionally
       similar to the definition of <tt>restrict<tt> in C99 for function
-      arguments, thought it is slightly weaker.
+      arguments, though it is slightly weaker.
 <br>
       For function return values, C99's <tt>restrict</tt> is not meaningful,
       while LLVM's <tt>noalias</tt> is.





More information about the llvm-commits mailing list