diff options
author | Eric Christopher <echristo@gmail.com> | 2013-06-10 22:24:07 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-06-10 22:24:07 +0000 |
commit | 0fbaa378737e94afba25e88363b2c4d6b7208995 (patch) | |
tree | 174fab5b85bddd43c88e84210d860fa7c2a37f4a /lib | |
parent | 175a7809c82ff7f97f962510576bc7bbd5708c1b (diff) | |
download | external_llvm-0fbaa378737e94afba25e88363b2c4d6b7208995.zip external_llvm-0fbaa378737e94afba25e88363b2c4d6b7208995.tar.gz external_llvm-0fbaa378737e94afba25e88363b2c4d6b7208995.tar.bz2 |
Fix up comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DIE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h index bb58915..887f1e4 100644 --- a/lib/CodeGen/AsmPrinter/DIE.h +++ b/lib/CodeGen/AsmPrinter/DIE.h @@ -26,7 +26,7 @@ namespace llvm { class raw_ostream; //===--------------------------------------------------------------------===// - /// DIEAbbrevData - Dwarf abbreviation data, describes the one attribute of a + /// DIEAbbrevData - Dwarf abbreviation data, describes one attribute of a /// Dwarf abbreviation. class DIEAbbrevData { /// Attribute - Dwarf attribute code. |