# HG changeset patch # User Steve Losh # Date 1462838453 0 # Node ID 6392237bf4171c1d07b79ec8f4dcbe59887800f5 # Parent 6f08985f19afb81f866aaac2715045f047a55a00 Typo diff -r 6f08985f19af -r 6392237bf417 src/wam/wam.lisp --- a/src/wam/wam.lisp Mon May 09 23:59:25 2016 +0000 +++ b/src/wam/wam.lisp Tue May 10 00:00:53 2016 +0000 @@ -552,7 +552,7 @@ ;;; each kind. This is ugly, but it lets us figure things out at compile time ;;; instead of runtime, and register references happen A LOT at runtime. ;;; -;;; As for the CONTENTS of register: a register (regardless of type) always +;;; As for the CONTENTS of registers: a register (regardless of type) always ;;; contains a cell. The book is maddeningly unclear on this in a bunch of ;;; ways. I will list them here so maybe you can feel a bit of my suffering ;;; through these bytes of text.