Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-08-15 19:46:27 +0400
committerChristopher Faylor <me@cgf.cx>2002-08-15 19:46:27 +0400
commit052e90e9a963f7e02fe1892a5eb9ba076182df7b (patch)
treef631c348165c762adab5a950ba2b61ee02823593 /winsup/cygwin/dcrt0.cc
parentbc314c9ef1e7e632e5936f49f0201efe1d592906 (diff)
make comment more accurate.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 05f8239be..c5c6272a8 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -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)