From 6afeb1cfe404e8615441c8727b48343253fc731a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 30 Jun 2014 12:41:26 +0200 Subject: util: fix comment --- src/shared/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/util.c b/src/shared/util.c index 1709bb70ca..af6bde2c3d 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -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; -- cgit v1.2.3-54-g00ecf