summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/touch.c b/src/touch.c
index ff0ba92a9..cd4a9d3ab 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -374,8 +374,8 @@ main (int argc, char **argv)
&& newtime[0].tv_sec == now.tv_sec
&& newtime[0].tv_nsec == now.tv_nsec)
{
- /* Check that it really was "-d now", and not a time
- stamp that just happens to be the current time. */
+ /* Check that it really was "-d now", and not a timestamp
+ that just happens to be the current time. */
struct timespec notnow, notnow1;
notnow.tv_sec = now.tv_sec ^ 1;
notnow.tv_nsec = now.tv_nsec;