summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h
index 6deb0f4..b2117dd 100644
--- a/include/llvm/Attributes.h
+++ b/include/llvm/Attributes.h
@@ -159,7 +159,7 @@ public:
return getAttributes(0);
}
- /// getFnAttributes - The function attributes are returned.
+ /// getFnAttributes - The function attributes are returned.
Attributes getFnAttributes() const {
return getAttributes(~0);
}