summaryrefslogtreecommitdiff
path: root/lib/System/Path.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2010-11-17 00:43:43 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2010-11-17 00:43:43 +0000
commitb1a33c4a598d67a9b911bb3b45b379e36fb9396c (patch)
tree1dbe733a59a15ecb27e974df3c03597bf77a45ba /lib/System/Path.cpp
parent6a8aceb50bb3280fc291e50647bff07ca4282ce0 (diff)
downloadllvm-b1a33c4a598d67a9b911bb3b45b379e36fb9396c.tar.gz
llvm-b1a33c4a598d67a9b911bb3b45b379e36fb9396c.tar.bz2
llvm-b1a33c4a598d67a9b911bb3b45b379e36fb9396c.tar.xz
Fix typo: Exectuable -> Executable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Path.cpp')
-rw-r--r--lib/System/Path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp
index 5d8de65661..ba47b51ff0 100644
--- a/lib/System/Path.cpp
+++ b/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;