summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/spawn.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-02-15 22:11:13 +0000
committerChristopher Faylor <me@cgf.cx>2006-02-15 22:11:13 +0000
commit5e8b96517cb213e9cffb20c9e6be08a25de7f7ce (patch)
treea843ae6c76b38a48cf8c51f2515e5a043e5616c4 /winsup/cygwin/spawn.cc
parent96a4362c92519fe9e8c021624ee74e1338110970 (diff)
downloadcygnal-5e8b96517cb213e9cffb20c9e6be08a25de7f7ce.tar.gz
cygnal-5e8b96517cb213e9cffb20c9e6be08a25de7f7ce.tar.bz2
cygnal-5e8b96517cb213e9cffb20c9e6be08a25de7f7ce.zip
minor comment restructuring
Diffstat (limited to 'winsup/cygwin/spawn.cc')
-rw-r--r--winsup/cygwin/spawn.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index f5df7ccd3..5817a1dfe 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -153,8 +153,8 @@ find_exec (const char *name, path_conv& buf, const char *mywinenv,
posix_path = winpath->get_posix () - 1;
debug_printf ("%s%s", mywinenv, path);
- /* Iterate over the specified path, looking for the file with and
- without executable extensions. */
+ /* Iterate over the specified path, looking for the file with and without
+ executable extensions. */
do
{
posix_path++;