Comment typo fix.

llvm-svn: 154488
This commit is contained in:
Duncan Sands 2012-04-11 08:13:47 +00:00
parent e2107f0999
commit a4b125634e
1 changed files with 1 additions and 1 deletions

View 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.
};