[cfe-commits] r61313 - /cfe/trunk/lib/Sema/SemaDeclAttr.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Sun Dec 21 11:25:00 PST 2008


Author: cornedbee
Date: Sun Dec 21 13:24:58 2008
New Revision: 61313

URL: http://llvm.org/viewvc/llvm-project?rev=61313&view=rev
Log:
Fix a comment.

Modified:
    cfe/trunk/lib/Sema/SemaDeclAttr.cpp

Modified: cfe/trunk/lib/Sema/SemaDeclAttr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclAttr.cpp?rev=61313&r1=61312&r2=61313&view=diff

==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclAttr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclAttr.cpp Sun Dec 21 13:24:58 2008
@@ -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) {





More information about the cfe-commits mailing list