summaryrefslogtreecommitdiff
path: root/graph.c
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-08-22 11:12:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-22 20:25:08 (GMT)
commit22e5e58a3c75b73764b860907e4d871195f276ac (patch)
tree7c0670afe68e908bb829347268bba9a771b78e84 /graph.c
parent0eb032d86c99ac8f23435ad5ea9f2b83f1be744f (diff)
downloadgit-22e5e58a3c75b73764b860907e4d871195f276ac.zip
git-22e5e58a3c75b73764b860907e4d871195f276ac.tar.gz
git-22e5e58a3c75b73764b860907e4d871195f276ac.tar.bz2
Typos in code comments, an error message, documentation
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 ac7c605..85ab150 100644
--- a/graph.c
+++ b/graph.c
@@ -439,7 +439,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.
*/