Typos in comments.
This commit is contained in:
parent
629336e5c6
commit
1e0907fb9a
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: citrus_ctype.c,v 1.2 2002/03/18 09:02:50 yamt Exp $ */
|
/* $NetBSD: citrus_ctype.c,v 1.3 2002/12/26 07:58:19 uebayasi Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c)1999, 2000, 2001, 2002 Citrus Project,
|
* Copyright (c)1999, 2000, 2001, 2002 Citrus Project,
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#if defined(LIBC_SCCS) && !defined(lint)
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||||||
__RCSID("$NetBSD: citrus_ctype.c,v 1.2 2002/03/18 09:02:50 yamt Exp $");
|
__RCSID("$NetBSD: citrus_ctype.c,v 1.3 2002/12/26 07:58:19 uebayasi Exp $");
|
||||||
#endif /* LIBC_SCCS and not lint */
|
#endif /* LIBC_SCCS and not lint */
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
@ -50,9 +50,9 @@ __RCSID("$NetBSD: citrus_ctype.c,v 1.2 2002/03/18 09:02:50 yamt Exp $");
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
|
||||||
_citrus_ctype_rec_t _citrus_ctype_default = {
|
_citrus_ctype_rec_t _citrus_ctype_default = {
|
||||||
&_CITRUS_DEFAULT_CTYPE_OPS, /* ce_ops */
|
&_CITRUS_DEFAULT_CTYPE_OPS, /* cc_ops */
|
||||||
NULL, /* ce_closure */
|
NULL, /* cc_closure */
|
||||||
NULL /* ce_module */
|
NULL /* cc_module */
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef _I18N_DYNAMIC
|
#ifdef _I18N_DYNAMIC
|
||||||
|
|
Loading…
Reference in New Issue