From de3e4f1b67f96f3a47eb5979b4d2eb85403c0b86 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 28 Apr 2006 13:21:04 +0000 Subject: [PATCH] fix typo in comment (PR 7923!) svn: r2834 original commit: f14ecde023e975612ff6b69a279066c11fd22889 --- collects/parser-tools/private-lex/unicode-chars.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/parser-tools/private-lex/unicode-chars.ss b/collects/parser-tools/private-lex/unicode-chars.ss index b580e6c..0f3cb32 100644 --- a/collects/parser-tools/private-lex/unicode-chars.ss +++ b/collects/parser-tools/private-lex/unicode-chars.ss @@ -7,7 +7,7 @@ (define mapped-chars (make-known-char-range-list)) - ;; gat-chars-for-x : (nat -> bool) (listof (list nat nat bool)) -> (listof (cons nat nat)) + ;; get-chars-for-x : (nat -> bool) (listof (list nat nat bool)) -> (listof (cons nat nat)) (define (get-chars-for char-x? mapped-chars) (cond ((null? mapped-chars) null)