diff options
author | Eric Christopher <echristo@apple.com> | 2012-08-14 05:13:29 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-08-14 05:13:29 +0000 |
commit | 443c9ed7688e66c55c43819a75be681574b291de (patch) | |
tree | 7b21f61259cb086954e9a8ce34409e0a5df918ee /lib/CodeGen | |
parent | b8ea08ca8c43016f5bc35e1a3b6557d414448fae (diff) | |
download | external_llvm-443c9ed7688e66c55c43819a75be681574b291de.zip external_llvm-443c9ed7688e66c55c43819a75be681574b291de.tar.gz external_llvm-443c9ed7688e66c55c43819a75be681574b291de.tar.bz2 |
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161851 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp index d231665..d30e5bb 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file contains support for writing dwarf compile unit. +// This file contains support for constructing a dwarf compile unit. // //===----------------------------------------------------------------------===// |