From: Ulrich Drepper Date: Wed, 19 Jan 2000 03:19:51 +0000 (+0000) Subject: Update comment for *written modification. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=513552fa5a62180b71624c08bac4ad130c1ee286;p=thirdparty%2Fglibc.git Update comment for *written modification. --- diff --git a/iconv/skeleton.c b/iconv/skeleton.c index ebae1f7f9c2..624ffd76d01 100644 --- a/iconv/skeleton.c +++ b/iconv/skeleton.c @@ -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 , 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;