X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin-reflog.c;h=ddfdf5a3cbc79003dfbad14af8d1f047e3594aa6;hb=08ba24898a1c5c0815450d481d8e5d01bf671642;hp=249ad2a311f2e9680618870aed3ac053c9fcf7a1;hpb=7d71be242d7fc8bd2eaef90e1848d71609c5c577;p=git.git diff --git a/builtin-reflog.c b/builtin-reflog.c index 249ad2a31..ddfdf5a3c 100644 --- a/builtin-reflog.c +++ b/builtin-reflog.c @@ -240,10 +240,10 @@ 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 threashold first; we know a commit marked thusly is + * time threshold first; we know a commit marked thusly is * reachable from the tip without running in_merge_bases() * at all. */