From 96e13fac8394890d0905d18dadae4d2835e867af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sun, 19 Aug 2012 18:25:31 +0000 Subject: [PATCH] Boost Jam code cleanup - minor stylistic comment change. [SVN r80086] --- v2/engine/filent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). */