summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-06-10 22:24:07 +0000
committerEric Christopher <echristo@gmail.com>2013-06-10 22:24:07 +0000
commit0fbaa378737e94afba25e88363b2c4d6b7208995 (patch)
tree174fab5b85bddd43c88e84210d860fa7c2a37f4a /lib/CodeGen/AsmPrinter/DIE.h
parent175a7809c82ff7f97f962510576bc7bbd5708c1b (diff)
downloadllvm-0fbaa378737e94afba25e88363b2c4d6b7208995.tar.gz
llvm-0fbaa378737e94afba25e88363b2c4d6b7208995.tar.bz2
llvm-0fbaa378737e94afba25e88363b2c4d6b7208995.tar.xz
Fix up comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h
index bb58915f03..887f1e4eac 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.