mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Fix typo: Exectuable -> Executable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119433 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user