summaryrefslogtreecommitdiff
path: root/src/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sleep.c')
-rw-r--r--src/sleep.c2
1 files changed, 1 insertions, 1 deletions
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. */