[llvm-commits] [llvm] r57605 - /llvm/trunk/include/llvm/Attributes.h
Dan Gohman
gohman at apple.com
Wed Oct 15 15:55:12 PDT 2008
Author: djg
Date: Wed Oct 15 17:55:03 2008
New Revision: 57605
URL: http://llvm.org/viewvc/llvm-project?rev=57605&view=rev
Log:
Fix whitespace in a comment.
Modified:
llvm/trunk/include/llvm/Attributes.h
Modified: llvm/trunk/include/llvm/Attributes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Attributes.h?rev=57605&r1=57604&r2=57605&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Attributes.h (original)
+++ llvm/trunk/include/llvm/Attributes.h Wed Oct 15 17:55:03 2008
@@ -159,7 +159,7 @@
return getAttributes(0);
}
- /// getFnAttributes - The function attributes are returned.
+ /// getFnAttributes - The function attributes are returned.
Attributes getFnAttributes() const {
return getAttributes(~0);
}
More information about the llvm-commits
mailing list