tmpfile: Fix C++ test error on mingw.
[pspp] / lib / unistr.h
index 1cdf3a8a6027c07d68bfb593acf2fb95f0502aa7..26a3e33e458fa42943924eb90dd6709ad7516e47 100644 (file)
@@ -529,8 +529,8 @@ extern uint16_t *
 extern uint32_t *
        u32_strncpy (uint32_t *dest, const uint32_t *src, size_t n);
 
-/* Copy no more than N units of SRC to DEST, returning the address of
-   the last unit written into DEST.  */
+/* Copy no more than N units of SRC to DEST.  Return a pointer past the last
+   non-NUL unit written into DEST.  */
 /* Similar to stpncpy().  */
 extern uint8_t *
        u8_stpncpy (uint8_t *dest, const uint8_t *src, size_t n);