Update a comment to reflect the previous commit.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25794 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-05-03 15:19:05 +00:00
parent 69f8e8d277
commit 883e5ce778

View file

@ -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))
{