diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-06-27 02:42:12 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-06-27 02:42:12 +0000 |
commit | 6a7f33387d905131c38cee53b37323a5d69a21fa (patch) | |
tree | 56043b934c98318f53822d36e5a5e450fdc2ad91 /lldb/source/Core/PluginManager.cpp | |
parent | 6f62cf80d0a8fc46b822bff55b61903232685176 (diff) | |
download | bcm5719-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.cpp | 2 |
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; } |