diff options
author | James Dennett <jdennett@google.com> | 2012-06-09 23:00:13 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-09 23:00:13 +0000 |
commit | 801e60946bc879afeb37bcd3372e441e8f631c79 (patch) | |
tree | 5fe2db298108fd38fd826499fe68ee7a89557987 | |
parent | b6af69ec6c93f4eba67b638a3f0fece23ad6954b (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.h | 2 |
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 // |