cmFileSys.c : Fixed comment.

This commit is contained in:
Kevin Larke 2016-04-20 11:35:28 -04:00
parent 2945b1ac79
commit dbd2b5ea45

View File

@ -429,7 +429,7 @@ const cmChar_t* cmFileSysVMakeFn( cmFileSysH_t h, const cmChar_t* dir, const cmC
if( dir != NULL ) if( dir != NULL )
strncat(rp,dir,n-strlen(rp)); strncat(rp,dir,n-strlen(rp));
// copy out ecmh of the var arg's directories // copy out each of the var arg's directories
while((dp = va_arg(vl,const cmChar_t*)) != NULL ) while((dp = va_arg(vl,const cmChar_t*)) != NULL )
if(!_cmFileSysConcat(rp,n,pathSep,dp) ) if(!_cmFileSysConcat(rp,n,pathSep,dp) )
{ {