git://project.juiblex.co.uk
/
razor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3622933
)
Fix documentation typo
author
J. Ali Harlow
<ali@juiblex.co.uk>
Thu, 14 May 2009 04:50:37 +0000 (
05:50
+0100)
committer
J. Ali Harlow
<ali@juiblex.co.uk>
Thu, 14 May 2009 04:50:37 +0000 (
05:50
+0100)
librazor/types/graph.c
patch
|
blob
|
history
diff --git
a/librazor/types/graph.c
b/librazor/types/graph.c
index
401c8a8
..
6a042c1
100644
(file)
--- a/
librazor/types/graph.c
+++ b/
librazor/types/graph.c
@@
-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)
{