aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2012-04-11 08:13:47 +0000
committerDuncan Sands <baldrick@free.fr>2012-04-11 08:13:47 +0000
commit21293ac192d84f51c0f75c37ba50d90becc3e008 (patch)
tree0bc760bf6690d1c4b3fa1cf0b44d7129e59da6f1 /include
parent14b4c0358055c3de5ab404e953ba8c8a678c61ae (diff)
downloadexternal_llvm-21293ac192d84f51c0f75c37ba50d90becc3e008.zip
external_llvm-21293ac192d84f51c0f75c37ba50d90becc3e008.tar.gz
external_llvm-21293ac192d84f51c0f75c37ba50d90becc3e008.tar.bz2
Comment typo fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154488 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h
index 1c10059..12a2757 100644
--- a/include/llvm/Target/TargetOptions.h
+++ b/include/llvm/Target/TargetOptions.h
@@ -24,7 +24,7 @@ namespace llvm {
// Possible float ABI settings. Used with FloatABIType in TargetOptions.h.
namespace FloatABI {
enum ABIType {
- Default, // Target-specific (either soft of hard depending on triple, etc).
+ Default, // Target-specific (either soft or hard depending on triple, etc).
Soft, // Soft float.
Hard // Hard float.
};