From 644f7f1df177a869d7298cda5f02935721eaa87b Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Wed, 16 May 2012 00:36:41 +0000 Subject: Fix comment typeo. llvm-svn: 156884 --- .../OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp index 1243e8133d8..b1e68302d11 100644 --- a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp +++ b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp @@ -76,7 +76,7 @@ OperatingSystemDarwinKernel::CreateInstance (Process *process, bool force) } // 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(); -- cgit v1.2.3