From 92e9b150261a3d770aee7611192ee1cf0a2439a1 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 17 May 2003 20:43:03 +0000 Subject: Bad grammar fix git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3680 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tree.c b/apps/tree.c index a72c98281c..0826bbc6ba 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -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; -- cgit v1.2.3