Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/citrus Typos in comments.



details:   https://anonhg.NetBSD.org/src/rev/8021224368b9
branches:  trunk
changeset: 540835:8021224368b9
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Dec 26 07:58:19 2002 +0000

description:
Typos in comments.

diffstat:

 lib/libc/citrus/citrus_ctype.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 222b0dab42ed -r 8021224368b9 lib/libc/citrus/citrus_ctype.c
--- a/lib/libc/citrus/citrus_ctype.c    Thu Dec 26 01:52:00 2002 +0000
+++ b/lib/libc/citrus/citrus_ctype.c    Thu Dec 26 07:58:19 2002 +0000
@@ -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,
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #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 */
 
 #include <assert.h>
@@ -50,9 +50,9 @@
 #include <dlfcn.h>
 
 _citrus_ctype_rec_t _citrus_ctype_default = {
-       &_CITRUS_DEFAULT_CTYPE_OPS,     /* ce_ops */
-       NULL,                           /* ce_closure */
-       NULL                            /* ce_module */
+       &_CITRUS_DEFAULT_CTYPE_OPS,     /* cc_ops */
+       NULL,                           /* cc_closure */
+       NULL                            /* cc_module */
 };
 
 #ifdef _I18N_DYNAMIC



Home | Main Index | Thread Index | Old Index