X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=builtin%2Fblame.c;h=101535448f2b0405c280387b63f7ce82fb7dd350;hb=5a3a484d577d8612f729d64f3a069e63df07ec07;hp=437b1a433a78325cfbc61d2f76b5a114b049e679;hpb=a0b6a9d2b2b0667bc170c864a05b3ec4635a71bb;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 " *