changeset 7928:e00d2d470e73

Oops, tweak comment.
author Bruno Haible <bruno@clisp.org>
date Tue, 23 Jan 2007 01:17:42 +0000
parents 7ebab05df4f6
children dd05f4bdf2f2
files lib/striconveh.h lib/striconveha.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/striconveh.h
+++ b/lib/striconveh.h
@@ -47,7 +47,7 @@
    (iconv_t)(-1) if FROM_CODESET is UTF-8).
    CD2 is the conversion descriptor from UTF-8 to TO_CODESET (or (iconv_t)(-1)
    if TO_CODESET is UTF-8).
-   If OFFSET is not NULL, it should point to an array of SRCLEN integers; this
+   If OFFSETS is not NULL, it should point to an array of SRCLEN integers; this
    array is filled with offsets into the result, i.e. the character starting
    at SRC[i] corresponds to the character starting at (*RESULTP)[OFFSETS[i]],
    and other offsets are set to (size_t)(-1).
@@ -86,7 +86,7 @@
 
 /* Convert an entire string from one encoding to another, using iconv.
    The original string is at [SRC,...,SRC+SRCLEN-1].
-   If OFFSET is not NULL, it should point to an array of SRCLEN integers; this
+   If OFFSETS is not NULL, it should point to an array of SRCLEN integers; this
    array is filled with offsets into the result, i.e. the character starting
    at SRC[i] corresponds to the character starting at (*RESULTP)[OFFSETS[i]],
    and other offsets are set to (size_t)(-1).
--- a/lib/striconveha.h
+++ b/lib/striconveha.h
@@ -30,7 +30,7 @@
 /* Convert an entire string from one encoding to another, using iconv.
    The original string is at [SRC,...,SRC+SRCLEN-1].
    The "from" encoding can also be a name defined for autodetection.
-   If OFFSET is not NULL, it should point to an array of SRCLEN integers; this
+   If OFFSETS is not NULL, it should point to an array of SRCLEN integers; this
    array is filled with offsets into the result, i.e. the character starting
    at SRC[i] corresponds to the character starting at (*RESULTP)[OFFSETS[i]],
    and other offsets are set to (size_t)(-1).