diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 10:16:10 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 10:16:10 +0000 |
commit | f3477c13eeaf11b32a41f181398fb5deffd0dd73 (patch) | |
tree | d0ed95aa1d80d85d7b166102d96fc67897e6e0c4 /INPUTS | |
parent | 94ff8e1f57c6382d91d0de981a4f311509d83e37 (diff) |
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164769 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'INPUTS')
-rw-r--r-- | INPUTS/c99-intconst-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INPUTS/c99-intconst-1.c b/INPUTS/c99-intconst-1.c index 3b6bb6c75f..629b0bcac2 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 if "long long" is at least B bits. This presumes that (B-2)/3 is at +/* True iff "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 \ |