util: fix comment

This commit is contained in:
Lennart Poettering 2014-06-30 12:41:26 +02:00
parent 6dbfd10471
commit 6afeb1cfe4

View file

@ -284,7 +284,7 @@ int parse_uid(const char *s, uid_t* ret_uid) {
if (uid == (uid_t) 0xFFFFFFFF)
return -EINVAL;
/* A long time ago UIDs where 16bit, hence explicitly avoid the 32bit -1 too */
/* A long time ago UIDs where 16bit, hence explicitly avoid the 16bit -1 too */
if (uid == (uid_t) 0xFFFF)
return -EINVAL;