guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 06/09: psyntax: Typo fix


From: Andy Wingo
Subject: [Guile-commits] 06/09: psyntax: Typo fix
Date: Mon, 25 Nov 2024 05:47:44 -0500 (EST)

wingo pushed a commit to branch main
in repository guile.

commit 81645a25d346de925ddbdb2f8578d46d9c9058a4
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Tue Nov 19 14:37:32 2024 +0100

    psyntax: Typo fix
    
    * module/ice-9/psyntax.scm: Fix comment typo.
---
 module/ice-9/psyntax.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]