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

Bill Wendling isanbard at gmail.com
Mon Nov 26 14:04:13 PST 2012


Author: void
Date: Mon Nov 26 16:04:13 2012
New Revision: 168619

URL: http://llvm.org/viewvc/llvm-project?rev=168619&view=rev
Log:
Correct copy-pasto where we're talking about function attributes and not parameter attributes.

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=168619&r1=168618&r2=168619&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon Nov 26 16:04:13 2012
@@ -1197,7 +1197,7 @@
 
 <p>Function attributes are set to communicate additional information about a
    function. Function attributes are considered to be part of the function, not
-   of the function type, so functions with different parameter attributes can
+   of the function type, so functions with different function attributes can
    have the same function type.</p>
 
 <p>Function attributes are simple keywords that follow the type specified. If





More information about the llvm-commits mailing list