X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=utility.c;h=c0dd98f74920644ea1207e1f61ab66fc17be3bd9;hb=36fe1a30b1958351de2b8065cb19d3d1b8ed1b33;hp=68bdc3197d5c121011875140f1927ca39269642d;hpb=86ab8a32bd63b2f2a73bdcead8e2bb037589e175;p=oweals%2Fbusybox.git diff --git a/utility.c b/utility.c index 68bdc3197..c0dd98f74 100644 --- a/utility.c +++ b/utility.c @@ -806,7 +806,7 @@ unsigned long my_getid(const char *filename, char *name, unsigned long id, unsig file = fopen(filename, "r"); if (file == NULL) { - /* Do not complain. It is ok for /etc/password and + /* Do not complain. It is ok for /etc/passwd and * friends to be missing... */ return (-1); }