[Lldb-commits] [lldb] r156884 - /lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp
Jason Molenda
jmolenda at apple.com
Tue May 15 17:36:41 PDT 2012
Author: jmolenda
Date: Tue May 15 19:36:41 2012
New Revision: 156884
URL: http://llvm.org/viewvc/llvm-project?rev=156884&view=rev
Log:
Fix comment typeo.
Modified:
lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp
Modified: lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp?rev=156884&r1=156883&r2=156884&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp (original)
+++ lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp Tue May 15 19:36:41 2012
@@ -76,7 +76,7 @@
}
// We can limit the creation of this plug-in to "*-apple-macosx" or "*-apple-ios" triples
- // if we command out the lines below...
+ // if we comment out the lines below...
// if (create)
// {
// const llvm::Triple &triple_ref = process->GetTarget().GetArchitecture().GetTriple();
More information about the lldb-commits
mailing list