diff options
author | Eric Christopher <echristo@apple.com> | 2011-11-07 09:18:32 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-11-07 09:18:32 +0000 |
commit | 2b4f77350d715c6145106391f3791ec3e02bdd5c (patch) | |
tree | 877739365ca9b65fea0ee7a39431ece381828c09 /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | |
parent | a62ba816827383e621c5737e33a93b716e1db5b4 (diff) | |
download | bcm5719-llvm-2b4f77350d715c6145106391f3791ec3e02bdd5c.tar.gz bcm5719-llvm-2b4f77350d715c6145106391f3791ec3e02bdd5c.zip |
Typo.
llvm-svn: 143918
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 96d7902f06e..efab32efc17 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -29,7 +29,7 @@ class ConstantInt; class DbgVariable; //===----------------------------------------------------------------------===// -/// CompileUnit - This dwarf writer support class manages information associate +/// CompileUnit - This dwarf writer support class manages information associated /// with a source file. class CompileUnit { /// ID - File identifier for source. |