diff options
author | Jason Molenda <jmolenda@apple.com> | 2012-05-16 00:36:41 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2012-05-16 00:36:41 +0000 |
commit | 644f7f1df177a869d7298cda5f02935721eaa87b (patch) | |
tree | 8841276da04683f99328cc2165ecb0b8bfe62e25 | |
parent | 94379541e2fdd0960cdc310c7bd9c573cfd9015e (diff) | |
download | bcm5719-llvm-644f7f1df177a869d7298cda5f02935721eaa87b.tar.gz bcm5719-llvm-644f7f1df177a869d7298cda5f02935721eaa87b.zip |
Fix comment typeo.
llvm-svn: 156884
-rw-r--r-- | lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |