fix typo in comment (PR 7923!)

svn: r2834
This commit is contained in:
Matthew Flatt 2006-04-28 13:21:04 +00:00
parent 1072ac68aa
commit f14ecde023

View File

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