changeset 31205:a281da1bec25

Correct last commits.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Apr 2009 16:54:18 +0200
parents cc2c4870c161
children 1d777000b37e
files lib/uniconv.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/uniconv.h	Sun Apr 26 16:49:15 2009 +0200
+++ b/lib/uniconv.h	Sun Apr 26 16:54:18 2009 +0200
@@ -49,7 +49,7 @@
    and other offsets are set to (size_t)(-1).
    RESULTBUF and *LENGTHP should initially be a scratch buffer and its size,
    or *RESULTBUF can be NULL.
-   May erase the contents of the memory at *RESULTP.
+   May erase the contents of the memory at RESULTBUF.
    If successful: The resulting Unicode string (non-NULL) is returned and its
    length stored in *LENGTHP.  The resulting string is RESULTBUF if no dynamic
    memory allocation was necessary, or a freshly allocated memory block
@@ -87,7 +87,7 @@
    and other offsets are set to (size_t)(-1).
    RESULTBUF and *LENGTHP should initially be a scratch buffer and its size,
    or RESULTBUF can be NULL.
-   May erase the contents of the memory at *RESULTP.
+   May erase the contents of the memory at RESULTBUF.
    If successful: The resulting string (non-NULL) is returned and its length
    stored in *LENGTHP.  The resulting string is RESULTBUF if no dynamic memory
    allocation was necessary, or a freshly allocated memory block otherwise.