summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9688a88)
raw | patch | inline | side by side (parent: 9688a88)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 8 Dec 2005 22:10:02 +0000 (14:10 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 8 Dec 2005 22:10:02 +0000 (14:10 -0800) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
show-branch.c | patch | blob | history |
diff --git a/show-branch.c b/show-branch.c
index bff690d988957ec8c4bc76db6adeeea5ee6987b8..3cb335d68b40e54f1688e70730cd095be224d1e5 100644 (file)
--- a/show-branch.c
+++ b/show-branch.c
/* 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)