make comment more accurate.

This commit is contained in:
Christopher Faylor 2002-08-15 15:46:27 +00:00
parent bc314c9ef1
commit 052e90e9a9
1 changed files with 4 additions and 4 deletions

View File

@ -160,10 +160,10 @@ do_global_ctors (void (**in_pfunc)(), int force)
}
/*
* Replaces -@file in the command line with the contents of the file.
* There may be multiple -@file's in a single command line
* A \-@file is replaced with -@file so that echo \-@foo would print
* -@foo and not the contents of foo.
* Replaces @file in the command line with the contents of the file.
* There may be multiple @file's in a single command line
* A \@file is replaced with @file so that echo \@foo would print
* @foo and not the contents of foo.
*/
static int __stdcall
insert_file (char *name, char *&cmd)