From 3aff0a63f98f018e862e75155b6ba0ffbd8a05cd Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 23 Mar 2009 05:02:44 +0000 Subject: [PATCH] Fix a grammaro in a comment that Bill noticed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67507 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86CallingConv.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86CallingConv.td b/lib/Target/X86/X86CallingConv.td index 370bae7a50c..6924520ab8f 100644 --- a/lib/Target/X86/X86CallingConv.td +++ b/lib/Target/X86/X86CallingConv.td @@ -24,7 +24,7 @@ class CCIfSubtarget def RetCC_X86Common : CallingConv<[ // Scalar values are returned in AX first, then DX, except for i8 where // the convention is to return values in AL and AH. However, using AL and - // is AH problematic -- a return of {i16,i8} would end up using AX and AH, + // AH is problematic -- a return of {i16,i8} would end up using AX and AH, // and one value would clobber the other. C front-ends are currently expected // to pack two i8 values into an i16 in the rare situations where this // is necessary. -- 2.34.1