From 0429a4e6282af629151c2b7fcab84c7a8c9acc80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 24 Aug 2020 19:46:16 +0200 Subject: Flip arrow. --- module/util/graph.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/util/graph.scm b/module/util/graph.scm index 5bd86072..999da743 100644 --- a/module/util/graph.scm +++ b/module/util/graph.scm @@ -78,7 +78,7 @@ (values node (remove-node graph node)))) ;; Assumes that the edges of the graph are dependencies. -;; Returns a list of all nodes so that each node is after its dependants. +;; Returns a list of all nodes so that each node is before its dependants. ;; A missing dependency (and probably a loop) is an error, and currently ;; leads to some weird error messages. (define-public (resolve-dependency-graph graph) -- cgit v1.2.3