From c75b843169e31437e16eb1f5707ec5da48b07a80 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Wed, 14 Jul 2004 08:36:09 +0000 Subject: [PATCH] Fix description of cmap_lookup_hard(). --- usr.bin/tr/cmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/tr/cmap.c b/usr.bin/tr/cmap.c index a2cac3377d02..811040c25e76 100644 --- a/usr.bin/tr/cmap.c +++ b/usr.bin/tr/cmap.c @@ -115,7 +115,7 @@ cmap_add(struct cmap *cm, wint_t from, wint_t to) /* * cmap_lookup_hard -- - * Look up the mapping for a character using the cache. + * Look up the mapping for a character without using the cache. */ wint_t cmap_lookup_hard(struct cmap *cm, wint_t ch)