]> granicus.if.org Git - sudo/commitdiff
Make comment match code.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 2 Mar 2015 21:42:17 +0000 (14:42 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 2 Mar 2015 21:42:17 +0000 (14:42 -0700)
lib/util/strlcat.c

index d3542a6b865ab353b2629a2bfdf4acd4883646b4..86dc51567c807959ffead1501b9fbec05562a445 100644 (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)