diff options
| author | andvar <andvar@NetBSD.org> | 2022-05-28 22:16:43 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-05-28 22:16:43 +0000 |
| commit | 93e1d83524dad135dfd153e87635ecbe70397ebb (patch) | |
| tree | 53f58f2c037cefd086b41b58352d261e98c8fd25 /lib/libc | |
| parent | 051f0471ee6e6db45974cb8415954eb9e52b992e (diff) | |
fix various typos in comments.
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/citrus/citrus_ctype_template.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/citrus/citrus_ctype_template.h b/lib/libc/citrus/citrus_ctype_template.h index f8d88826a63..bceab0abb07 100644 --- a/lib/libc/citrus/citrus_ctype_template.h +++ b/lib/libc/citrus/citrus_ctype_template.h @@ -1,4 +1,4 @@ -/* $NetBSD: citrus_ctype_template.h,v 1.39 2022/04/19 20:32:14 rillig Exp $ */ +/* $NetBSD: citrus_ctype_template.h,v 1.40 2022/05/28 22:16:43 andvar Exp $ */ /*- * Copyright (c)2002 Citrus Project, @@ -90,7 +90,7 @@ * wcsrtombs * wcsnrtombs * wctomb - * These need to be keeped in the ctype encoding information structure, + * These need to be kept in the ctype encoding information structure, * pointed by "cei". * * _ENCODING_INFO : @@ -103,7 +103,7 @@ * It should be expanded to the name of the encoding state structure. * e.g. For EUC encoding, this macro is expanded to _EUCState. * Encoding state structure need to contain the context-dependent states, - * which are "unpacked-form" of mbstate_t type and keeped during sequent + * which are "unpacked-form" of mbstate_t type and kept during sequent * calls of mb/wc functions, * * _ENCODING_IS_STATE_DEPENDENT : |
