summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-09-18 03:37:20 +0000
committerGreg Clayton <gclayton@apple.com>2010-09-18 03:37:20 +0000
commited8a705cea596388aa0860c3e6fc327939716ce1 (patch)
tree6ecdf1264152d48f17722ba9bc1b323c43e914e2 /lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
parenta6ba082cb63af874308938bda342b2e2a5737eaf (diff)
downloadbcm5719-llvm-ed8a705cea596388aa0860c3e6fc327939716ce1.tar.gz
bcm5719-llvm-ed8a705cea596388aa0860c3e6fc327939716ce1.zip
General command line help cleanup:
- All single character options will now be printed together - Changed all options that contains underscores to contain '-' instead - Made the help come out a little flatter by showing the long and short option on the same line. - Modified the short character for "--ignore-count" options to "-i" llvm-svn: 114265
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp')
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
index abe26ef0b38..b5c4f7ded44 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
@@ -891,7 +891,7 @@ typedef struct DumpInfo
// entry is successfully parsed.
//
// This function dump DWARF information and obey recurse depth and
-// wether a single DIE is to be dumped (or all of the data).
+// whether a single DIE is to be dumped (or all of the data).
//----------------------------------------------------------------------
static dw_offset_t DumpCallback
(
OpenPOWER on IntegriCloud