From 6a7f33387d905131c38cee53b37323a5d69a21fa Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 27 Jun 2014 02:42:12 +0000 Subject: Fix a few typos. llvm-svn: 211851 --- lldb/source/Core/PluginManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Core/PluginManager.cpp') 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; } -- cgit v1.2.3