1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-13 23:36:10 +02:00

fix typo in comment

This commit is contained in:
Jim Meyering
2000-01-06 08:29:10 +00:00
parent 757861331e
commit eee26242bb

View File

@@ -251,7 +251,7 @@ main (int argc, char **argv)
ts_sleep.tv_nsec = ns;
/* Round up to the next whole number, if necessary, so that we
always sleep for at least the request amount of time. */
always sleep for at least the requested amount of time. */
ts_sleep.tv_nsec += (ts_sleep.tv_nsec < ns);
/* Normalize the interval length. nanosleep requires this. */