X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..c5ef7e3f83bdcb3cc581d9650597c8f432b60d9a:/h/aliasbr.h diff --git a/h/aliasbr.h b/h/aliasbr.h index 1ac4faab..65542205 100644 --- a/h/aliasbr.h +++ b/h/aliasbr.h @@ -18,7 +18,7 @@ struct adr { }; /* - * incore version of /etc/passwd + * in-core version of /etc/passwd */ struct home { char *h_name; /* user name */ @@ -42,7 +42,7 @@ char *akerror (int); /* codes returned by alias() */ -#define AK_OK 0 /* file parsed ok */ +#define AK_OK 0 /* file parsed OK */ #define AK_NOFILE 1 /* couldn't read file */ #define AK_ERROR 2 /* error parsing file */ #define AK_LIMIT 3 /* memory limit exceeded */