diff --git a/wip-duuqnd/compiler.lisp b/wip-duuqnd/compiler.lisp index 598bc77..22f8971 100644 --- a/wip-duuqnd/compiler.lisp +++ b/wip-duuqnd/compiler.lisp @@ -53,7 +53,7 @@ (format t "~%~A:~%" else-label))) (defclass node-dotimes (node) - ((%spot-ref :accessor stop-ref :initarg :stop-ref + ((%stop-ref :accessor stop-ref :initarg :stop-ref :documentation "A reference giving a value of how many times to run the loop.") (%loopee-node :accessor loopee-node :initarg :loopee-node)))