From aaa0ba31a996b189b8985e5d05559c254c05d3f8 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 8 Jul 2014 18:05:41 +0000 Subject: Fix typos. llvm-svn: 212553 --- lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp') diff --git a/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp b/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp index 15c902fb7d1..fbbc03c9462 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp @@ -18,7 +18,7 @@ using namespace lldb; using namespace lldb_private; -// when the one and only logging channel is abled, then this will be non NULL. +// when the one and only logging channel is enabled, then this will be non NULL. static LogChannelDWARF* g_log_channel = NULL; LogChannelDWARF::LogChannelDWARF () : -- cgit v1.2.3