Comment typo fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154488 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2012-04-11 08:13:47 +00:00
parent 14b4c03580
commit 21293ac192

View File

@ -24,7 +24,7 @@ namespace llvm {
// Possible float ABI settings. Used with FloatABIType in TargetOptions.h. // Possible float ABI settings. Used with FloatABIType in TargetOptions.h.
namespace FloatABI { namespace FloatABI {
enum ABIType { 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. Soft, // Soft float.
Hard // Hard float. Hard // Hard float.
}; };