libpayload: Fix documentation

Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Acked-by: Patrick Georgi <patrick.georgi@secunet.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6459 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2011-03-22 13:40:09 +00:00 committed by Patrick Georgi
parent 0446f9630b
commit 13c16cbd68
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ char *strncat(char *d, const char *s, size_t n)
*
* @param d The destination string.
* @param s The source string.
* @param n Not more than n characters from s will be appended to d.
* @param n d will have at most n-1 characters (plus NUL) after invocation.
* @return A pointer to the destination string.
*/
size_t strlcat(char *d, const char *s, size_t n)