From 1e0907fb9a53ed7f8723b17cc51b7105218758dd Mon Sep 17 00:00:00 2001 From: uebayasi Date: Thu, 26 Dec 2002 07:58:19 +0000 Subject: [PATCH] Typos in comments. --- lib/libc/citrus/citrus_ctype.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/libc/citrus/citrus_ctype.c b/lib/libc/citrus/citrus_ctype.c index 8ff3a9bc144f..7921fe3d0900 100644 --- a/lib/libc/citrus/citrus_ctype.c +++ b/lib/libc/citrus/citrus_ctype.c @@ -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 #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 @@ -50,9 +50,9 @@ __RCSID("$NetBSD: citrus_ctype.c,v 1.2 2002/03/18 09:02:50 yamt Exp $"); #include _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