summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-11-26 22:04:13 +0000
committerBill Wendling <isanbard@gmail.com>2012-11-26 22:04:13 +0000
commit8a66b6ab45986f1fe23b0131ef92b27fd4460ad7 (patch)
tree05affc70aff0f0c98cddf5982654c5b1980624f6 /docs
parent5c1f3d1a83af15b7739bbae947cd2d601116860e (diff)
downloadllvm-8a66b6ab45986f1fe23b0131ef92b27fd4460ad7.tar.gz
llvm-8a66b6ab45986f1fe23b0131ef92b27fd4460ad7.tar.bz2
llvm-8a66b6ab45986f1fe23b0131ef92b27fd4460ad7.tar.xz
Correct copy-pasto where we're talking about function attributes and not parameter attributes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index b1ed4e6e48..35ad94d990 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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