Bad grammar fix

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3680 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-05-17 20:43:03 +00:00
parent ceba6f863e
commit 92e9b15026

View File

@ -1325,7 +1325,7 @@ bool create_playlist(void)
void tree_init(void)
{
/* We copy the settings value in case it is changed by the user. We can't
use the next reboot. */
use it until the next reboot. */
max_files_in_dir = global_settings.max_files_in_dir;
name_buffer_size = AVERAGE_FILENAME_LENGTH * max_files_in_dir;