Fix documentation typo
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 14 May 2009 04:50:37 +0000 (05:50 +0100)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 14 May 2009 04:50:37 +0000 (05:50 +0100)
librazor/types/graph.c

index 401c8a8..6a042c1 100644 (file)
@@ -376,8 +376,8 @@ static struct deque *graph_edges_sort(struct graph *graph,
        return L;
 }
 
-/* Use deque_pop for conventional ordering (A->B->C)
- * and deque_shift for the reverse.
+/* Use deque_shift for conventional ordering (A->B->C)
+ * and deque_pop for the reverse.
  */
 struct deque *graph_sort(struct graph *graph)
 {