# HG changeset patch # User Steve Losh # Date 1465129639 0 # Node ID 796ef7444a291b595074fcdb853abbb6fcf550d5 # Parent c1641cd6368f3389e9fee7db543b3a5597138823 Fix docstring to be more clear diff -r c1641cd6368f -r 796ef7444a29 src/wam/compiler.lisp --- a/src/wam/compiler.lisp Sun Jun 05 12:27:01 2016 +0000 +++ b/src/wam/compiler.lisp Sun Jun 05 12:27:19 2016 +0000 @@ -406,7 +406,7 @@ (defun find-dependencies (assignments) "Return a list of dependencies amongst the given registers. - Each entry will be a cons of `(a . b)` if register `a` depends on `b`. + Each entry will be a cons of `(a . b)` if register `a` must precede `b`. " (mapcan