diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2009-04-22 23:15:56 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-22 19:03:39 -0700 |
commit | b18cc5a3b2f64364d2c7d3560066852728a6c666 (patch) | |
tree | afa6de958d57a68df14e45c1b908694e7c3f67b6 /builtin-reflog.c | |
parent | Fix typos / spelling in comments (diff) | |
download | tgif-b18cc5a3b2f64364d2c7d3560066852728a6c666.tar.xz |
Fix more typos/spelling in comments
A few more fixes on top of the automatic spell checker generated ones.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-reflog.c')
-rw-r--r-- | builtin-reflog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-reflog.c b/builtin-reflog.c index ff8b4f615b..ddfdf5a3cb 100644 --- a/builtin-reflog.c +++ b/builtin-reflog.c @@ -240,7 +240,7 @@ static int unreachable(struct expire_reflog_cb *cb, struct commit *commit, unsig static void mark_reachable(struct commit *commit, unsigned long expire_limit) { /* - * We need to compute if commit on either side of an reflog + * We need to compute whether the commit on either side of a reflog * entry is reachable from the tip of the ref for all entries. * Mark commits that are reachable from the tip down to the * time threshold first; we know a commit marked thusly is |