From 3c277965ae544c6872ae7c52cae71d68c8146c3c Mon Sep 17 00:00:00 2001 From: J. Ali Harlow Date: Thu, 14 May 2009 05:50:37 +0100 Subject: [PATCH] Fix documentation typo --- librazor/types/graph.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/librazor/types/graph.c b/librazor/types/graph.c index 401c8a8..6a042c1 100644 --- 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) { -- 1.7.1