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 | b1a33c4a598d67a9b911bb3b45b379e36fb9396c (patch) | |
tree | 1dbe733a59a15ecb27e974df3c03597bf77a45ba /include/llvm/System/Path.h | |
parent | 6a8aceb50bb3280fc291e50647bff07ca4282ce0 (diff) |
Fix typo: Exectuable -> Executable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System/Path.h')
-rw-r--r-- | include/llvm/System/Path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index eca9dd9f87..f0a545067f 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -710,7 +710,7 @@ namespace sys { Mach_O_Executable_FileType, ///< Mach-O Executable Mach_O_FixedVirtualMemorySharedLib_FileType, ///< Mach-O Shared Lib, FVM Mach_O_Core_FileType, ///< Mach-O Core File - Mach_O_PreloadExectuable_FileType, ///< Mach-O Preloaded Executable + Mach_O_PreloadExecutable_FileType, ///< Mach-O Preloaded Executable Mach_O_DynamicallyLinkedSharedLib_FileType, ///< Mach-O dynlinked shared lib Mach_O_DynamicLinker_FileType, ///< The Mach-O dynamic linker Mach_O_Bundle_FileType, ///< Mach-O Bundle file |