From 5e8b96517cb213e9cffb20c9e6be08a25de7f7ce Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 15 Feb 2006 22:11:13 +0000 Subject: minor comment restructuring --- winsup/cygwin/spawn.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/spawn.cc') 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++; -- cgit v1.2.3