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 | 33aa20f737e9ebb3c29c93508da0c041a6a772c7 (patch) | |
tree | 03e46953fd59a80f4b1d87063c016dca585dde3e | |
parent | 4c763ee61333acbf7121e89d284124bc514325bb (diff) | |
download | external_llvm-33aa20f737e9ebb3c29c93508da0c041a6a772c7.zip external_llvm-33aa20f737e9ebb3c29c93508da0c041a6a772c7.tar.gz external_llvm-33aa20f737e9ebb3c29c93508da0c041a6a772c7.tar.bz2 |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143918 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 96d7902..efab32e 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/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. |