diff options
| -rw-r--r-- | apps/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c index eebcc9a..22f21d2 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -159,7 +159,7 @@ bool warn_on_pl_erase(void) } -/* Performance optimized version of the previous function. */ +/* Performance optimized version of the read_line() (see below) function. */ int fast_readline(int fd, char *buf, int buf_size, void *parameters, int (*callback)(int n, const char *buf, void *parameters)) { |