X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fblame.c;h=101535448f2b0405c280387b63f7ce82fb7dd350;hb=0c61c6de3497900616b66a65dc41b27544131ed5;hp=437b1a433a78325cfbc61d2f76b5a114b049e679;hpb=d25c72f7da5116f7b7a1f88a59d2bc14415a03b2;p=git.git diff --git a/builtin/blame.c b/builtin/blame.c index 437b1a433..101535448 100644 --- a/builtin/blame.c +++ b/builtin/blame.c @@ -2368,11 +2368,11 @@ parse_done: * * The remaining are: * - * (1) if dashdash_pos != 0, its either + * (1) if dashdash_pos != 0, it is either * "blame [revisions] -- " or * "blame -- " * - * (2) otherwise, its one of the two: + * (2) otherwise, it is one of the two: * "blame [revisions] " * "blame " *