6392237bf417
Typo
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 10 May 2016 00:00:53 +0000 |
parents | 6f08985f19af |
children | 9becedc43e4d |
branches/tags | (none) |
files | src/wam/wam.lisp |
Changes
--- 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.