From: Jim Meyering Date: Sun, 19 Dec 1999 15:21:19 +0000 (+0000) Subject: tweak comment X-Git-Tag: TEXTUTILS-2_0a~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c077ecf83c90a18597c0b900e494a4c7a617eaa1;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/src/sleep.c b/src/sleep.c index 2122f3f1e0..583413320d 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -149,7 +149,7 @@ main (int argc, char **argv) || s < 0 /* S must fit in a time_t. */ || s > TIME_T_MAX - /* No extra chars after the number and an optional s,m,h,d char. */ + /* No extra chars after the number and an optional s,m,h,d char. */ || (*p && *(p+1)) /* Check any suffix char and update S based on the suffix. */ || apply_suffix (&s, *p)