diff options
author | Andy Wingo <wingo@pobox.com> | 2024-11-19 14:37:32 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2024-11-19 14:37:32 +0100 |
commit | 81645a25d346de925ddbdb2f8578d46d9c9058a4 (patch) | |
tree | 29634ba3ebda94a86b5f7962486621567748663f /module | |
parent | 6788bb4564b9a0477775a1f0e0c0b05c2fc9d006 (diff) | |
download | guile-81645a25d346de925ddbdb2f8578d46d9c9058a4.tar.gz |
psyntax: Typo fix
* module/ice-9/psyntax.scm: Fix comment typo.
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. |