From 801e60946bc879afeb37bcd3372e441e8f631c79 Mon Sep 17 00:00:00 2001 From: James Dennett Date: Sat, 9 Jun 2012 23:00:13 +0000 Subject: [PATCH] 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 --- include/clang/AST/Attr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // -- 2.50.1