summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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