summaryrefslogtreecommitdiffstats
path: root/INPUTS
diff options
context:
space:
mode:
Diffstat (limited to 'INPUTS')
-rw-r--r--INPUTS/c99-intconst-1.c2
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 \