Fix whitespace in a comment.
authorDan Gohman <gohman@apple.com>
Wed, 15 Oct 2008 22:55:03 +0000 (22:55 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 15 Oct 2008 22:55:03 +0000 (22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57605 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Attributes.h

index 6deb0f411d49111d2b79b4e2bc633ae7c5740237..b2117dd6be76432f933b1f76d408daed63cc863e 100644 (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);
   }