Fixed comment

This commit is contained in:
Jim Monte 2020-01-29 02:24:42 -05:00
parent d33b31b3a9
commit 48bdcb01d0
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ void vprint_error(const char *fmt, va_list p_arg)
fprintf(stderr, "%s: ", prog_name);
vfprintf(stderr, fmt, p_arg);
fprintf(stderr, "\n");
} /* end of functoin vprint_error */
} /* end of function vprint_error */