From: Duncan Sands Date: Wed, 11 Apr 2012 08:13:47 +0000 (+0000) Subject: Comment typo fix. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=21293ac192d84f51c0f75c37ba50d90becc3e008;p=oota-llvm.git Comment typo fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154488 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h index 1c100592181..12a27573153 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. };