1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix whitespace in a comment.

llvm-svn: 57605
This commit is contained in:
Dan Gohman 2008-10-15 22:55:03 +00:00
parent 9014e7b0dd
commit b7435b1c03

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