OSDN Git Service

ll-merge: fix typo in comment
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 Apr 2016 22:12:15 +0000 (15:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Apr 2016 22:17:56 +0000 (15:17 -0700)
commited34567c7bb1f3747255ca0301b84abad6d06712
tree303ae9a9da2a338c76a20e2f426935d316018116
parent9a3d637541a5b6fcd84b6f5fa057e597d1696460
ll-merge: fix typo in comment

When a944af1d (merge: teach -Xours/-Xtheirs to binary ll-merge
driver, 2012-09-08) introduced FAVOR_OURS/FAVOR_THEIRS to the binary
ll-merge driver, it changed what happens to the merge result for the
outer merge, and updated the comment from:

    The tentative merge result is "ours" for the final round, or
    common ancestor for an internal merge.  Still return "conflicted
    merge" status.

to

    The tentative merge result is the or common ancestor for an
    internal merge.

What happened is obvious.  I noticed the lack of definitive article
in front of "common" but failed to remove "or".  Also I forgot to
describe what I did for the final merge, probably because I was
satisified by the description in the log message.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
ll-merge.c