1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-26 10:03:40 +03:00

basic: add missing word in comment

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-12-25 16:29:09 -05:00
parent 3565e09594
commit ba60af86aa

View File

@ -68,7 +68,7 @@ int parse_uid(const char *s, uid_t *ret) {
if (!uid_is_valid(uid))
return -ENXIO; /* we return ENXIO instead of EINVAL
* here, to make it easy to distuingish
* invalid numeric uids invalid
* invalid numeric uids from invalid
* strings. */
if (ret)