From 052e90e9a963f7e02fe1892a5eb9ba076182df7b Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 15 Aug 2002 15:46:27 +0000 Subject: [PATCH] make comment more accurate. --- winsup/cygwin/dcrt0.cc | 8 ++++---- 1 file 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) -- 2.43.5