diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2010-11-17 00:43:43 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2010-11-17 00:43:43 +0000 |
commit | ee5ba319dba7ecc9e58344a393e664c8ac2095cf (patch) | |
tree | b7a3c73d112d0823f851b45698eb3d5b9820d224 /llvm/lib/System/Path.cpp | |
parent | 2abb162631c29f42fe03aec1558cc37457e15b20 (diff) | |
download | bcm5719-llvm-ee5ba319dba7ecc9e58344a393e664c8ac2095cf.tar.gz bcm5719-llvm-ee5ba319dba7ecc9e58344a393e664c8ac2095cf.zip |
Fix typo: Exectuable -> Executable
llvm-svn: 119433
Diffstat (limited to 'llvm/lib/System/Path.cpp')
-rw-r--r-- | llvm/lib/System/Path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |