diff options
author | Stefan Sperling <stsp@stsp.name> | 2007-12-21 16:57:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-22 00:23:17 -0800 |
commit | 77190eb9b881118b78383a483973a85fe79cbf70 (patch) | |
tree | c0bc6e0009d34bcc823766ce61b4ecf1823df57d /git-cvsimport.perl | |
parent | 0e0278baad8752da6c3b37495f005dc1dd6f799a (diff) | |
download | git-77190eb9b881118b78383a483973a85fe79cbf70.tar.gz git-77190eb9b881118b78383a483973a85fe79cbf70.tar.xz |
Small comment fix for git-cvsimport.
Signed-off-by: Stefan Sperling <stsp@stsp.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-cvsimport.perl')
-rwxr-xr-x | git-cvsimport.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-cvsimport.perl b/git-cvsimport.perl index 92648f40c..1fa9a2237 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -848,7 +848,7 @@ while (<CVS>) { } if (!$opt_a && $starttime - 300 - (defined $opt_z ? $opt_z : 300) <= $date) { # skip if the commit is too recent - # that the cvsps default fuzz is 300s, we give ourselves another + # given that the cvsps default fuzz is 300s, we give ourselves another # 300s just in case -- this also prevents skipping commits # due to server clock drift print "skip patchset $patchset: $date too recent\n" if $opt_v; |