[Lldb-commits] [lldb] r145434 - /lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp

Jim Ingham jingham at apple.com
Tue Nov 29 13:16:37 PST 2011


Author: jingham
Date: Tue Nov 29 15:16:36 2011
New Revision: 145434

URL: http://llvm.org/viewvc/llvm-project?rev=145434&view=rev
Log:
Typo in error string.

Modified:
    lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp

Modified: lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp?rev=145434&r1=145433&r2=145434&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp (original)
+++ lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp Tue Nov 29 15:16:36 2011
@@ -75,7 +75,7 @@
         else
         {
             exe_file.GetPath (exe_path, sizeof(exe_path));
-            error.SetErrorStringWithFormat ("enable to find executable for '%s'", exe_path);
+            error.SetErrorStringWithFormat ("unable to find executable for '%s'", exe_path);
         }
     }
     else





More information about the lldb-commits mailing list