aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-24 19:46:16 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-24 19:46:16 +0200
commit0429a4e6282af629151c2b7fcab84c7a8c9acc80 (patch)
tree6049f464aaf24d38c5d7fe92b6d3b2b216793f8e
parentReplace (directories) with general (xdg basedir). (diff)
downloadcalp-0429a4e6282af629151c2b7fcab84c7a8c9acc80.tar.gz
calp-0429a4e6282af629151c2b7fcab84c7a8c9acc80.tar.xz
Flip arrow.
-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)