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
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2024-01-11 15:21:54 +0300
committerCorinna Vinschen <corinna@vinschen.de>2024-01-11 15:21:54 +0300
commit5edd189d1ce70383f81214b9ea26e2637b3786fc (patch)
treedde84369dbd381bd41409186d83ea12ff1be233c /winsup
parentd11629ddb38e5bc30fd0528b1e81c4fd1b99d331 (diff)
Cygwin: path.cc: fix comment starting with // but ending in */
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index c3f84f7f8..b8e5746fd 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -3131,7 +3131,7 @@ restart:
major = 0;
minor = 0;
mode = 0;
- // mount_flags is an incoming value set in path_conv */
+ /* mount_flags is an incoming value set in path_conv */
path_flags = 0;
PVOID eabuf = &nfs_aol_ffei;