From eee26242bbd206084431e4642bc400cfffa5ceae Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 6 Jan 2000 08:29:10 +0000 Subject: [PATCH] fix typo in comment --- src/sleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sleep.c b/src/sleep.c index 21593c4e1..5d4596414 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -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. */ -- 2.34.1