config: fix comment

This commit is contained in:
Jaehwan Kim 2015-06-17 17:51:40 +09:00
parent 290f4fe871
commit 7c67f4e1ba
1 changed files with 1 additions and 1 deletions

View File

@ -3342,7 +3342,7 @@ _elm_config_sub_init(void)
int ok = 0;
len = _elm_config_user_dir_snprintf(buf, sizeof(buf), "config/");
if (len + 6 >= sizeof(buf)) // the space to add "/flush"
if (len + 6 >= sizeof(buf)) // the space to add "flush"
goto end;
ok = ecore_file_mkpath(buf);