Comment typo fix.
authorDuncan Sands <baldrick@free.fr>
Wed, 11 Apr 2012 08:13:47 +0000 (08:13 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 11 Apr 2012 08:13:47 +0000 (08:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154488 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetOptions.h

index 1c10059218107e627f8e8c82b777f7b72d9be3ce..12a275731536710caebf37dd27236749945bae21 100644 (file)
@@ -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.
     };