summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/PluginManager.cpp
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2014-06-27 02:42:12 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2014-06-27 02:42:12 +0000
commit6a7f33387d905131c38cee53b37323a5d69a21fa (patch)
tree56043b934c98318f53822d36e5a5e450fdc2ad91 /lldb/source/Core/PluginManager.cpp
parent6f62cf80d0a8fc46b822bff55b61903232685176 (diff)
downloadbcm5719-llvm-6a7f33387d905131c38cee53b37323a5d69a21fa.tar.gz
bcm5719-llvm-6a7f33387d905131c38cee53b37323a5d69a21fa.zip
Fix a few typos.
llvm-svn: 211851
Diffstat (limited to 'lldb/source/Core/PluginManager.cpp')
-rw-r--r--lldb/source/Core/PluginManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/PluginManager.cpp b/lldb/source/Core/PluginManager.cpp
index dbf7139f811..2c29c656638 100644
--- a/lldb/source/Core/PluginManager.cpp
+++ b/lldb/source/Core/PluginManager.cpp
@@ -153,7 +153,7 @@ LoadPluginCallback
{
// Try and recurse into anything that a directory or symbolic link.
// We must also do this for unknown as sometimes the directory enumeration
- // might be enurating a file system that doesn't have correct file type
+ // might be enumerating a file system that doesn't have correct file type
// information.
return FileSpec::eEnumerateDirectoryResultEnter;
}
OpenPOWER on IntegriCloud