summaryrefslogtreecommitdiff
path: root/include/llvm/Attributes.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-15 22:55:03 +0000
committerDan Gohman <gohman@apple.com>2008-10-15 22:55:03 +0000
commit65ac2fa8802676a5f7b2402f92dea6129d1f1903 (patch)
treeaad6bfc8ce6c34ec33779ff341760aa73a080ed2 /include/llvm/Attributes.h
parent27d860e56657a2b0495d8776a3269bf69eda4159 (diff)
downloadllvm-65ac2fa8802676a5f7b2402f92dea6129d1f1903.tar.gz
llvm-65ac2fa8802676a5f7b2402f92dea6129d1f1903.tar.bz2
llvm-65ac2fa8802676a5f7b2402f92dea6129d1f1903.tar.xz
Fix whitespace in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57605 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Attributes.h')
-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 6deb0f411d..b2117dd6be 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);
}