From 084c37915e361d7646a6eefa02b04a5db5958496 Mon Sep 17 00:00:00 2001 From: tjr Date: Wed, 14 Jul 2004 08:36:09 +0000 Subject: Fix description of cmap_lookup_hard(). --- usr.bin/tr/cmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/tr') diff --git a/usr.bin/tr/cmap.c b/usr.bin/tr/cmap.c index a2cac33..811040c 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) -- cgit v1.1