Correct last commits.
authorBruno Haible <bruno@clisp.org>
Sun, 26 Apr 2009 14:54:18 +0000 (16:54 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 26 Apr 2009 14:54:18 +0000 (16:54 +0200)
lib/uniconv.h

index c61280f..c7d362a 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
    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 @@ extern uint32_t *
    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.