From 65f957107e20a3bf75e58d621e66722602fea392 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Jul 1996 12:19:15 +0000 Subject: fix comment --- doc/mdate-sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/mdate-sh b/doc/mdate-sh index 9249f163e..0845b8bc8 100755 --- a/doc/mdate-sh +++ b/doc/mdate-sh @@ -79,12 +79,11 @@ case $3 in Dec) nummonthtod=12;; esac # For the first six month of the year the time notation can also - # be used for file modified in the last year. + # be used for files modified in the last year. if (expr $nummonth \> $nummonthtod) > /dev/null; then year=`expr $year - 1` - fi - ;; + fi;; *) year=$3;; esac -- cgit v1.2.3-70-g09d2