]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix comment
authorJim Meyering <jim@meyering.net>
Sun, 14 Jul 1996 12:19:15 +0000 (12:19 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Jul 1996 12:19:15 +0000 (12:19 +0000)
doc/mdate-sh

index 9249f163ef33efafc37e6a6dc1164aa56ae2899e..0845b8bc8936fd02cf1ba8b4637d7a33ef66dec2 100755 (executable)
@@ -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