diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-22 20:18:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-22 20:18:37 -0700 |
commit | bc38219f50ba9228945fba8e900d636f15082f16 (patch) | |
tree | 06e090679892d927c141aac808b37a49de52466e /graph.c | |
parent | 3776ea9d7006f48c380e80ccc57db681f4e9adfb (diff) | |
parent | 22e5e58a3c75b73764b860907e4d871195f276ac (diff) | |
download | git-bc38219f50ba9228945fba8e900d636f15082f16.tar.gz |
Merge branch 'maint'
* maint:
Typos in code comments, an error message, documentation
Diffstat (limited to 'graph.c')
-rw-r--r-- | graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |