Fix whitespace in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57605 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-10-15 22:55:03 +00:00
parent 27d860e566
commit 65ac2fa880

View File

@ -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);
}