Skip to content

Commit 77190eb

Browse files
stspdotnamegitster
authored andcommitted
Small comment fix for git-cvsimport.
Signed-off-by: Stefan Sperling <stsp@stsp.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 0e0278b commit 77190eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cvsimport.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ sub commit {
848848
}
849849
if (!$opt_a && $starttime - 300 - (defined $opt_z ? $opt_z : 300) <= $date) {
850850
# skip if the commit is too recent
851-
# that the cvsps default fuzz is 300s, we give ourselves another
851+
# given that the cvsps default fuzz is 300s, we give ourselves another
852852
# 300s just in case -- this also prevents skipping commits
853853
# due to server clock drift
854854
print "skip patchset $patchset: $date too recent\n" if $opt_v;

0 commit comments

Comments
 (0)