Fix docstring to be more clear
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Sun, 05 Jun 2016 12:27:19 +0000 | 
    
    
        | parents | c1641cd6368f | 
    
        | children | 72bbdd515725 | 
    
        | branches/tags | (none) | 
    
        | files | src/wam/compiler.lisp | 
Changes
    
--- 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