Browse Source

cmFileSys.c : Fixed comment.

master
Kevin Larke 8 years ago
parent
commit
dbd2b5ea45
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmFileSys.c

+ 1
- 1
cmFileSys.c View File

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

Loading…
Cancel
Save