diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 09:57:10 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 09:57:10 +0000 |
commit | a876013dc91bbd6bf4fe37c0d4cc7d1d5f5f4184 (patch) | |
tree | dc7a4a2b21e7ad3ba01c2d7383031f9bf1aac7b9 /clang/INPUTS | |
parent | b6879ce94cd24e4d76e60ad52c648edb5af221a5 (diff) | |
download | bcm5719-llvm-a876013dc91bbd6bf4fe37c0d4cc7d1d5f5f4184.tar.gz bcm5719-llvm-a876013dc91bbd6bf4fe37c0d4cc7d1d5f5f4184.zip |
Fix a typo 'iff' => 'if'
llvm-svn: 164766
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 629b0bcac20..3b6bb6c75fc 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 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 \ |