Correct copy-pasto where we're talking about function attributes and not parameter...
[oota-llvm.git] / docs / LangRef.html
index b1ed4e6e48a93473e3da463c24105fd0de9b13e4..35ad94d9900135a3ab998063a87589619a74c0bd 100644 (file)
@@ -1197,7 +1197,7 @@ define void @f() gc "name" { ... }
 
 <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