From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 859C13857BAB; Thu, 11 Jan 2024 12:22:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 859C13857BAB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704975730; bh=kY8QqDk8EcVlEutr8QauQeUo4t/knrZJSobG7ZRU0bU=; h=From:To:Subject:Date:From; b=dv62qbZvgBy2G7K2waFMuK9IDDhSwMisz9rQWWvXiJbsAk/3AmiNZMQxqNGayRLBl ma/1p5O1FJhSArfINEy6OsJooJCVawV4ZZSeDCmzXAHirP5dc2xZHPEVkD+ohDkrjc +otw8ti2CkbSIzxk7G07N1JjF8qv/1sh8l/AqB9s= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: path.cc: fix comment starting with // but ending in */ X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: d11629ddb38e5bc30fd0528b1e81c4fd1b99d331 X-Git-Newrev: 5edd189d1ce70383f81214b9ea26e2637b3786fc Message-Id: <20240111122210.859C13857BAB@sourceware.org> Date: Thu, 11 Jan 2024 12:22:10 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D5edd189d1ce= 70383f81214b9ea26e2637b3786fc commit 5edd189d1ce70383f81214b9ea26e2637b3786fc Author: Corinna Vinschen AuthorDate: Thu Jan 11 13:21:54 2024 +0100 Commit: Corinna Vinschen CommitDate: Thu Jan 11 13:21:54 2024 +0100 Cygwin: path.cc: fix comment starting with // but ending in */ =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/path.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index c3f84f7f8071..b8e5746fdd2a 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -3131,7 +3131,7 @@ restart: major =3D 0; minor =3D 0; mode =3D 0; - // mount_flags is an incoming value set in path_conv */ + /* mount_flags is an incoming value set in path_conv */ path_flags =3D 0; =20 PVOID eabuf =3D &nfs_aol_ffei;