diff --git a/support/git-set-file-times b/support/git-set-file-times index ba01319c9..91a07ae59 100755 --- a/support/git-set-file-times +++ b/support/git-set-file-times @@ -4,7 +4,7 @@ use warnings; # Sets mtime and atime of files to the latest commit time in git. # -# This is useful after the first clone of the rsync repository BEFORE you +# This is useful after the first clone of the Git repository BEFORE you # do any building. It is also safe if you have done a "make distclean". my %ls;