1
0
mirror of https://github.com/git/git synced 2024-07-05 00:58:49 +00:00

show-branch: comment typo

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-12-08 14:10:02 -08:00
parent 9688a882e1
commit bcaf60b25b

View File

@ -55,7 +55,7 @@ static void name_commit(struct commit *commit, const char *head_name, int nth)
/* Parent is the first parent of the commit. We may name it
* as (n+1)th generation ancestor of the same head_name as
* commit is nth generation ancestore of, if that generation
* commit is nth generation ancestor of, if that generation
* number is better than the name it already has.
*/
static void name_parent(struct commit *commit, struct commit *parent)