mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
Typo in error string.
llvm-svn: 145434
This commit is contained in:
@@ -75,7 +75,7 @@ PlatformDarwin::ResolveExecutable (const FileSpec &exe_file,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user