Commit Diff


commit - 58e5f354035040c9e6fd3d29cfda7bbe9a700a2e
commit + a37db869c008253fb19c17cc766ca0dac0e04603
blob - 2fca28a4074d95d8a0dc869fc4217dca43892bb4
blob + 5a88b2248a11ae2e2409eb51fe432efd450af467
--- lib/commit_graph.c
+++ lib/commit_graph.c
@@ -171,8 +171,7 @@ add_node_to_iter_list(struct got_commit_graph *graph,
 
 	/*
 	 * If a child node is known, begin looping over the list there
-	 * instead of beginning from the list head. Parent commits are
-	 * traversed before their children.
+	 * instead of beginning from the list head.
 	 */
 	n = child_node ? child_node : TAILQ_FIRST(&graph->iter_list);