From f14ecde023e975612ff6b69a279066c11fd22889 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 --- 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 b580e6c4d2..0f3cb32b2f 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)