diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-11-08 22:08:21 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-11-08 22:08:21 +0000 |
| commit | 99adaf4cc1d0114a64b11ed5478fadf863a857a4 (patch) | |
| tree | e0ef92da9da992dd2e45ea89265c5b520aac40f7 | |
| parent | 174241e9a0550727aeeff17d62cab88a69a246a3 (diff) | |
| download | bcm5719-llvm-99adaf4cc1d0114a64b11ed5478fadf863a857a4.tar.gz bcm5719-llvm-99adaf4cc1d0114a64b11ed5478fadf863a857a4.zip | |
Minor comment fix.
llvm-svn: 118450
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp index 7d09ba45534..bc2d777cecf 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp @@ -138,7 +138,7 @@ DWARFCompileUnit::ClearDIEs(bool keep_compile_unit_die) //---------------------------------------------------------------------- // ParseCompileUnitDIEsIfNeeded // -// Parses a compile unit and indexes its DIEs if it already hasn't been +// Parses a compile unit and indexes its DIEs if it hasn't already been // done. //---------------------------------------------------------------------- size_t |

