diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-05-03 15:19:05 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-05-03 15:19:05 +0000 |
| commit | 883e5ce778fd4b74644c4779539aba8c3a5c84f0 (patch) | |
| tree | e947a19fd1ca3420aa73593872b45a2ed77437af /apps/misc.c | |
| parent | 69f8e8d277f3edd02d44ac1452d9471a5fedf2f1 (diff) | |
| download | rockbox-883e5ce778fd4b74644c4779539aba8c3a5c84f0.zip rockbox-883e5ce778fd4b74644c4779539aba8c3a5c84f0.tar.gz rockbox-883e5ce778fd4b74644c4779539aba8c3a5c84f0.tar.bz2 rockbox-883e5ce778fd4b74644c4779539aba8c3a5c84f0.tar.xz | |
Update a comment to reflect the previous commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25794 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
| -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)) { |