Fix description of cmap_lookup_hard().

This commit is contained in:
Tim J. Robbins 2004-07-14 08:36:09 +00:00
parent 9aed43ae23
commit c75b843169
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132144

View File

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