]> granicus.if.org Git - clang/commitdiff
Fix a comment.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 21 Dec 2008 19:24:58 +0000 (19:24 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 21 Dec 2008 19:24:58 +0000 (19:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61313 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclAttr.cpp

index dbeedb10c6a675bb77d2b74aac9e9dd60da4154e..7275589c8cf2da7c7e2738c7b6740152ce3e377d 100644 (file)
@@ -1106,7 +1106,7 @@ static void HandleModeAttr(Decl *D, const AttributeList &Attr, Sema &S) {
 // Top Level Sema Entry Points
 //===----------------------------------------------------------------------===//
 
-/// HandleDeclAttribute - Apply the specific attribute to the specified decl if
+/// ProcessDeclAttribute - Apply the specific attribute to the specified decl if
 /// the attribute applies to decls.  If the attribute is a type attribute, just
 /// silently ignore it.
 static void ProcessDeclAttribute(Decl *D, const AttributeList &Attr, Sema &S) {