summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2008-12-21 19:24:58 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2008-12-21 19:24:58 +0000
commitfc24b63b9afe8c5a8944be3080aa5c5b0c8b5004 (patch)
treebc987e97f89ddcdbb2d0a31a78bee9ff3931648b /clang/lib
parentb219c90d7b5cb54d0ebd87adea4fef449ed10fb9 (diff)
downloadbcm5719-llvm-fc24b63b9afe8c5a8944be3080aa5c5b0c8b5004.tar.gz
bcm5719-llvm-fc24b63b9afe8c5a8944be3080aa5c5b0c8b5004.zip
Fix a comment.
llvm-svn: 61313
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Sema/SemaDeclAttr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp
index dbeedb10c6a..7275589c8cf 100644
--- a/clang/lib/Sema/SemaDeclAttr.cpp
+++ b/clang/lib/Sema/SemaDeclAttr.cpp
@@ -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) {
OpenPOWER on IntegriCloud