diff options
Diffstat (limited to 'src/sleep.c')
-rw-r--r-- | src/sleep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sleep.c b/src/sleep.c index c80bd43e9..7aa1d6cb7 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -28,7 +28,7 @@ #include "xnanosleep.h" #include "xstrtod.h" -/* The official name of this program (e.g., no `g' prefix). */ +/* The official name of this program (e.g., no 'g' prefix). */ #define PROGRAM_NAME "sleep" #define AUTHORS \ @@ -62,8 +62,8 @@ specified by the sum of their values.\n\ /* Given a floating point value *X, and a suffix character, SUFFIX_CHAR, scale *X by the multiplier implied by SUFFIX_CHAR. SUFFIX_CHAR may - be the NUL byte or `s' to denote seconds, `m' for minutes, `h' for - hours, or `d' for days. If SUFFIX_CHAR is invalid, don't modify *X + be the NUL byte or 's' to denote seconds, 'm' for minutes, 'h' for + hours, or 'd' for days. If SUFFIX_CHAR is invalid, don't modify *X and return false. Otherwise return true. */ static bool |