aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-09 23:00:13 +0000
committerJames Dennett <jdennett@google.com>2012-06-09 23:00:13 +0000
commit801e60946bc879afeb37bcd3372e441e8f631c79 (patch)
tree5fe2db298108fd38fd826499fe68ee7a89557987
parentb6af69ec6c93f4eba67b638a3f0fece23ad6954b (diff)
Fix the top-of-file comment in Attr.h to say that it's about attributes, not
expressions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158285 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/Attr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Attr.h b/include/clang/AST/Attr.h
index 84ee5a738b..95841801b6 100644
--- a/include/clang/AST/Attr.h
+++ b/include/clang/AST/Attr.h
@@ -1,4 +1,4 @@
-//===--- Attr.h - Classes for representing expressions ----------*- C++ -*-===//
+//===--- Attr.h - Classes for representing attributes ----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//