summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-11-08 22:08:21 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-11-08 22:08:21 +0000
commit99adaf4cc1d0114a64b11ed5478fadf863a857a4 (patch)
treee0ef92da9da992dd2e45ea89265c5b520aac40f7
parent174241e9a0550727aeeff17d62cab88a69a246a3 (diff)
downloadbcm5719-llvm-99adaf4cc1d0114a64b11ed5478fadf863a857a4.tar.gz
bcm5719-llvm-99adaf4cc1d0114a64b11ed5478fadf863a857a4.zip
Minor comment fix.
llvm-svn: 118450
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp2
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
OpenPOWER on IntegriCloud