mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Fix description of cmap_lookup_hard().
This commit is contained in:
parent
9aed43ae23
commit
c75b843169
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user