From 6abe070f3cb1603c2a802326ef25992d1d298553 Mon Sep 17 00:00:00 2001 From: stefanf Date: Sun, 7 Aug 2005 09:11:38 +0000 Subject: Fix a comment. Submitted by: Liam J. Foy --- bin/sleep/sleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/sleep') diff --git a/bin/sleep/sleep.c b/bin/sleep/sleep.c index 8c4becf..f38b183 100644 --- a/bin/sleep/sleep.c +++ b/bin/sleep/sleep.c @@ -88,7 +88,7 @@ main(int argc, char *argv[]) if (l > INT_MAX) { /* * Avoid overflow when `seconds' is huge. This assumes - * that the maximum value for a time_t is >= INT_MAX. + * that the maximum value for a time_t is <= INT_MAX. */ l = INT_MAX; } -- cgit v1.1