Make comment match code.

This commit is contained in:
Todd C. Miller
2015-03-02 14:42:17 -07:00
parent 3c79ea75bb
commit 5647a1ac46

View File

@@ -31,7 +31,7 @@
* full size of dst, not space left). At most dsize-1 characters
* will be copied. Always NUL terminates (unless dsize <= strlen(dst)).
* Returns strlen(src) + MIN(dsize, strlen(initial dst)).
* If retval >= siz, truncation occurred.
* If retval >= dsize, truncation occurred.
*/
size_t
sudo_strlcat(char *dst, const char *src, size_t dsize)