diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/ice-9/psyntax.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ice-9/psyntax.scm b/module/ice-9/psyntax.scm index 22dec8202..3942a550d 100644 --- a/module/ice-9/psyntax.scm +++ b/module/ice-9/psyntax.scm @@ -394,7 +394,7 @@ ;; form. ;; a displaced-lexical identifier is a lexical identifier removed from - ;; it's scope by the return of a syntax object containing the identifier. + ;; its scope by the return of a syntax object containing the identifier. ;; a displaced lexical can also appear when a letrec-syntax-bound ;; keyword is referenced on the rhs of one of the letrec-syntax clauses. ;; a displaced lexical should never occur with properly written macros. |