49f24c78ecb3
Grammaaeareraer
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 24 Mar 2016 23:13:47 +0000 |
parents | 2eac9e1aed6d |
children | 1ef24327a4cb |
branches/tags | (none) |
files | src/wam.lisp |
Changes
--- a/src/wam.lisp Thu Mar 24 23:13:11 2016 +0000 +++ b/src/wam.lisp Thu Mar 24 23:13:47 2016 +0000 @@ -180,7 +180,7 @@ (keywordp term)) (parse-variable (var registers) - ;; If we've already seen this variable, just return it's position, + ;; If we've already seen this variable, just return its position, ;; otherwise allocate a register for it. (or (position var registers) (vector-push-extend var registers)))