From 883e5ce778fd4b74644c4779539aba8c3a5c84f0 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 3 May 2010 15:19:05 +0000 Subject: [PATCH] Update a comment to reflect the previous commit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25794 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/misc.c b/apps/misc.c index eebcc9aebc..22f21d2106 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)) {