summaryrefslogtreecommitdiffstats
path: root/bin/sleep
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sleep')
-rw-r--r--bin/sleep/sleep.c2
1 files changed, 1 insertions, 1 deletions
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;
}
OpenPOWER on IntegriCloud