Fix the top-of-file comment in Attr.h to say that it's about attributes, not

expressions.

llvm-svn: 158285
This commit is contained in:
James Dennett 2012-06-09 23:00:13 +00:00
parent f561a9562d
commit f3d90890ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
//===--- Attr.h - Classes for representing expressions ----------*- C++ -*-===//
//===--- Attr.h - Classes for representing attributes ----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//