String terminators are called NUL, not NULL, also the variable

mentioned in the comment is p and not u.

Obtained from:	OpenBSD (r1.34)
This commit is contained in:
Marcelo Araujo 2016-12-02 05:49:22 +00:00
parent cba6bdf9bc
commit 5902259135
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309392

View File

@ -1206,7 +1206,7 @@ isu8cont(unsigned char c)
/*
* Parse a LDAP value
* notes:
* the argument u should be a NULL terminated sequence of ASCII bytes.
* the argument p should be a NUL-terminated sequence of ASCII bytes.
*/
char *
parseval(char *p, size_t len)