]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update comment for *written modification.
authorUlrich Drepper <drepper@redhat.com>
Wed, 19 Jan 2000 03:19:51 +0000 (03:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 19 Jan 2000 03:19:51 +0000 (03:19 +0000)
iconv/skeleton.c

index ebae1f7f9c28dd428914d2640024439051b3763a..624ffd76d01fde407ac47398794adb3983c987d1 100644 (file)
@@ -1,5 +1,5 @@
 /* Skeleton for a conversion module.
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -266,7 +266,7 @@ FUNCTION_NAME (struct gconv_step *step, struct gconv_step_data *data,
              /* Store information about how many bytes are available.  */
              data->outbuf = outbuf;
 
-             /* Remember how many characters we converted.  */
+             /* Remember how many non-identical characters we converted.  */
              *written += converted;
 
              break;