aboutsummaryrefslogtreecommitdiff
path: root/module/util/graph.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/util/graph.scm')
-rw-r--r--module/util/graph.scm2
1 files changed, 1 insertions, 1 deletions
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)