diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-14 08:36:09 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-14 08:36:09 +0000 |
commit | 084c37915e361d7646a6eefa02b04a5db5958496 (patch) | |
tree | 751c1e9bc6f00c0c71e5d648334007d2c23067a4 /usr.bin/tr | |
parent | ca547df2d3ca2611d48b1b010541559bb29e29af (diff) | |
download | FreeBSD-src-084c37915e361d7646a6eefa02b04a5db5958496.zip FreeBSD-src-084c37915e361d7646a6eefa02b04a5db5958496.tar.gz |
Fix description of cmap_lookup_hard().
Diffstat (limited to 'usr.bin/tr')
-rw-r--r-- | usr.bin/tr/cmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |