Fix whitespace in a comment.

llvm-svn: 57605
This commit is contained in:
Dan Gohman 2008-10-15 22:55:03 +00:00
parent 5e39031007
commit 8a97a9a7e8
1 changed files with 1 additions and 1 deletions

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