diff --git a/v2/engine/filent.c b/v2/engine/filent.c index f213bdeec..f8aba240a 100644 --- a/v2/engine/filent.c +++ b/v2/engine/filent.c @@ -86,7 +86,7 @@ int file_collect_dir_content_( file_info_t * const d ) } /* The following code for collecting information about all files in a folder - * needs to be synchronized with how the file_query() operation is + * needs to be kept synchronized with how the file_query() operation is * implemented (collects information about a single file). */ { @@ -187,7 +187,7 @@ int file_mkdir( char const * const path ) * file_query_() - query information about a path from the OS * * The following code for collecting information about a single file needs to be - * synchronized with how the file_collect_dir_content_() operation is + * kept synchronized with how the file_collect_dir_content_() operation is * implemented (collects information about all files in a folder). */