# HG changeset patch # User J. Ali Harlow # Date 1242276637 -3600 # Node ID b7e2d327239af15a94456d27f4c74c3c4827df1b # Parent 66ec30bde5e5e589fd642a4582a49bcdae83ecf3 Fix documentation typo diff -r 66ec30bde5e5 -r b7e2d327239a librazor/types/graph.c --- a/librazor/types/graph.c Sat May 09 21:30:22 2009 +0100 +++ b/librazor/types/graph.c Thu May 14 05:50:37 2009 +0100 @@ -376,8 +376,8 @@ 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) {