summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
diff options
context:
space:
mode:
authorhershey <hershey>1999-05-20 23:40:34 (GMT)
committerhershey <hershey>1999-05-20 23:40:34 (GMT)
commit0ed0dd7107a17d647337461b598f878d2aa3e191 (patch)
tree043521c3659c222ae3550ef4226d570456da9097 /generic/tclUtf.c
parent2117601f2998cf1d7f2b2ec8628166479a644aa5 (diff)
downloadtcl-0ed0dd7107a17d647337461b598f878d2aa3e191.zip
tcl-0ed0dd7107a17d647337461b598f878d2aa3e191.tar.gz
tcl-0ed0dd7107a17d647337461b598f878d2aa3e191.tar.bz2
lint in comments
Diffstat (limited to 'generic/tclUtf.c')
-rw-r--r--generic/tclUtf.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/generic/tclUtf.c b/generic/tclUtf.c
index 9881f7d..2361a2e 100644
--- a/generic/tclUtf.c
+++ b/generic/tclUtf.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclUtf.c,v 1.5 1999/05/06 18:46:25 stanton Exp $
+ * RCS: @(#) $Id: tclUtf.c,v 1.6 1999/05/20 23:40:34 hershey Exp $
*/
#include "tclInt.h"
@@ -83,10 +83,9 @@ static int UtfCount _ANSI_ARGS_((int ch));
/*
*---------------------------------------------------------------------------
*
- * Tcl_UniCharToUtf --
+ * UtfCount --
*
- * Store the given Tcl_UniChar as a sequence of UTF-8 bytes in the
- * Utf character "ch".
+ * Find the number of bytes in the Utf character "ch".
*
* Results:
* The return values is the number of bytes in the Utf character "ch".