procio: fixed grammar in man page plus program comment

The only essential change was substituting 'comma' for
the word 'colon' in the man page plus program comment.

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2018-04-03 00:00:00 -06:00
committed by Craig Small
parent 06afd10525
commit c683d9fe48
2 changed files with 7 additions and 7 deletions

View File

@ -80,7 +80,7 @@ FILE *fprocopen(const char *path, const char *mode)
goto out;
}
delim = ','; /* default delimeter is the colon */
delim = ','; /* default delimeter is the comma */
for (c = 1; c < len; c++) {
switch (mode[c]) {
case '\0':