summaryrefslogtreecommitdiff
path: root/pat/patlog.SH
diff options
context:
space:
mode:
Diffstat (limited to 'pat/patlog.SH')
-rwxr-xr-xpat/patlog.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/pat/patlog.SH b/pat/patlog.SH
index 325306e..ff7a81f 100755
--- a/pat/patlog.SH
+++ b/pat/patlog.SH
@@ -20,7 +20,7 @@ $startperl
eval 'exec perl -S \$0 \${1+"\$@"}'
if \$running_under_some_shell;
-# $Id: patlog.SH 31 2010-03-06 20:15:24Z rmanfredi $
+# $Id$
#
# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
#
@@ -252,7 +252,7 @@ system 'perl', '-S', 'patdiff', $changelog;
exit 0; # All done.
-# Returns true if .clog and .rlog (it it exists) are newer than .xlog.
+# Returns true if .clog and .rlog (if it exists) are newer than .xlog.
sub newertmp {
return 1 unless -f ".xlog$bnum"; # To force regeneration
return 1 if &newer(".clog$bnum", ".xlog$bnum") ||