From 94ff8e1f57c6382d91d0de981a4f311509d83e37 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 27 Sep 2012 09:57:10 +0000 Subject: Fix a typo 'iff' => 'if' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164766 91177308-0d34-0410-b5e6-96231b3b80d8 --- INPUTS/c99-intconst-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INPUTS') diff --git a/INPUTS/c99-intconst-1.c b/INPUTS/c99-intconst-1.c index 629b0bcac2..3b6bb6c75f 100644 --- a/INPUTS/c99-intconst-1.c +++ b/INPUTS/c99-intconst-1.c @@ -160,7 +160,7 @@ CHECK_OCTHEX_CONST(0x##C); \ CHECK_OCTHEX_CONST(0X##C); -/* True iff "long long" is at least B bits. This presumes that (B-2)/3 is at +/* True if "long long" is at least B bits. This presumes that (B-2)/3 is at most 63. */ #define LLONG_AT_LEAST(B) \ (LLONG_MAX >> ((B)-2)/3 >> ((B)-2)/3 \ -- cgit v1.2.3-18-g5258