From ee5ba319dba7ecc9e58344a393e664c8ac2095cf Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Wed, 17 Nov 2010 00:43:43 +0000 Subject: Fix typo: Exectuable -> Executable llvm-svn: 119433 --- llvm/lib/System/Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/System/Path.cpp') diff --git a/llvm/lib/System/Path.cpp b/llvm/lib/System/Path.cpp index 5d8de656612..ba47b51ff09 100644 --- a/llvm/lib/System/Path.cpp +++ b/llvm/lib/System/Path.cpp @@ -104,7 +104,7 @@ sys::IdentifyFileType(const char *magic, unsigned length) { case 2: return Mach_O_Executable_FileType; case 3: return Mach_O_FixedVirtualMemorySharedLib_FileType; case 4: return Mach_O_Core_FileType; - case 5: return Mach_O_PreloadExectuable_FileType; + case 5: return Mach_O_PreloadExecutable_FileType; case 6: return Mach_O_DynamicallyLinkedSharedLib_FileType; case 7: return Mach_O_DynamicLinker_FileType; case 8: return Mach_O_Bundle_FileType; -- cgit v1.2.3