summaryrefslogtreecommitdiff
path: root/show-branch.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-08 22:10:02 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-12-08 22:10:02 (GMT)
commitbcaf60b25b6f62049f195e253d6a974b42442066 (patch)
tree5e5d17dc0ed5fb210c4db9e70a1c6755972d9359 /show-branch.c
parent9688a882e12a80bc94d6e34d5a4b34816990e9eb (diff)
downloadgit-bcaf60b25b6f62049f195e253d6a974b42442066.zip
git-bcaf60b25b6f62049f195e253d6a974b42442066.tar.gz
git-bcaf60b25b6f62049f195e253d6a974b42442066.tar.bz2
show-branch: comment typo
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'show-branch.c')
-rw-r--r--show-branch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/show-branch.c b/show-branch.c
index bff690d..3cb335d 100644
--- a/show-branch.c
+++ b/show-branch.c
@@ -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)