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 | 33b5baf189bc2d866d69c1c81908d2b37dce79ad (patch) | |
| tree | 0cc0210d5e5cb11c0164c7e3f40e7d6cfc2d61dc /clang/INPUTS | |
| parent | 91ce36c98668d1f3be0fe4a3b92aba86556c949f (diff) | |
| download | bcm5719-llvm-33b5baf189bc2d866d69c1c81908d2b37dce79ad.tar.gz bcm5719-llvm-33b5baf189bc2d866d69c1c81908d2b37dce79ad.zip | |
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
llvm-svn: 164769
Diffstat (limited to 'clang/INPUTS')
| -rw-r--r-- | clang/INPUTS/c99-intconst-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/INPUTS/c99-intconst-1.c b/clang/INPUTS/c99-intconst-1.c index 3b6bb6c75fc..629b0bcac20 100644 --- a/clang/INPUTS/c99-intconst-1.c +++ b/clang/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 \ |

