Fix a comment.

llvm-svn: 61313
diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp
index dbeedb1..7275589 100644
--- a/clang/lib/Sema/SemaDeclAttr.cpp
+++ b/clang/lib/Sema/SemaDeclAttr.cpp
@@ -1106,7 +1106,7 @@
 // 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) {