summaryrefslogtreecommitdiffstats
path: root/graph.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-23 05:18:37 +0200
committerJunio C Hamano <gitster@pobox.com>2010-08-23 05:18:37 +0200
commitbc38219f50ba9228945fba8e900d636f15082f16 (patch)
tree06e090679892d927c141aac808b37a49de52466e /graph.c
parentTypos in code comments, an error message, documentation (diff)
parentTypos in code comments, an error message, documentation (diff)
downloadgit-bc38219f50ba9228945fba8e900d636f15082f16.tar.xz
git-bc38219f50ba9228945fba8e900d636f15082f16.zip
Merge branch 'maint'
* maint: Typos in code comments, an error message, documentation
Diffstat (limited to 'graph.c')
-rw-r--r--graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph.c b/graph.c
index e2a58605ca..f1a63c2241 100644
--- a/graph.c
+++ b/graph.c
@@ -443,7 +443,7 @@ static void graph_update_width(struct git_graph *graph,
max_cols++;
/*
- * We added a column for the the current commit as part of
+ * We added a column for the current commit as part of
* graph->num_parents. If the current commit was already in
* graph->columns, then we have double counted it.
*/