1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

psyntax: Typo fix

* module/ice-9/psyntax.scm: Fix comment typo.
This commit is contained in:
Andy Wingo 2024-11-19 14:37:32 +01:00
parent 6788bb4564
commit 81645a25d3

View file

@ -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.