2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Boost Jam code cleanup - minor stylistic comment change.

[SVN r80086]
This commit is contained in:
Jurko Gospodnetić
2012-08-19 18:25:31 +00:00
parent a76efc462c
commit 96e13fac83

View File

@@ -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).
*/