summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-07-02 18:48:40 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-07-02 18:48:40 +0000
commita868c13c51a60dec1870c7b3896e509b9bfab9cc (patch)
tree71b27b979c8bcad56472a0b26b28c159a3f4a472 /lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
parentb1ca4eb6ae07133c54dd1953d2ace666d358bf33 (diff)
downloadbcm5719-llvm-a868c13c51a60dec1870c7b3896e509b9bfab9cc.tar.gz
bcm5719-llvm-a868c13c51a60dec1870c7b3896e509b9bfab9cc.zip
Fix typos
Summary: Fixes more typos. Reviewers: clayborg Subscribers: lldb-commits-list Differential Revision: http://reviews.llvm.org/D10898 llvm-svn: 241289
Diffstat (limited to 'lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp')
-rw-r--r--lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
index e9761474a84..1849d3b2a59 100644
--- a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
+++ b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
@@ -80,7 +80,7 @@ PlatformSP
PlatformDarwinKernel::CreateInstance (bool force, const ArchSpec *arch)
{
// This is a special plugin that we don't want to activate just based on an ArchSpec for normal
- // userlnad debugging. It is only useful in kernel debug sessions and the DynamicLoaderDarwinPlugin
+ // userland debugging. It is only useful in kernel debug sessions and the DynamicLoaderDarwinPlugin
// (or a user doing 'platform select') will force the creation of this Platform plugin.
if (force == false)
return PlatformSP();
OpenPOWER on IntegriCloud