4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00

Cygwin: posix_ipc.cc: fix typo

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2021-05-21 15:18:38 +02:00
parent 65cb82839a
commit 5f621bd38f

View File

@ -26,7 +26,7 @@ details. */
extern "C" int ftruncate64 (int fd, off_t length);
/* The prefix_len is the length of the path prefix ncluding trailing "/"
/* The prefix_len is the length of the path prefix including trailing "/"
(or "/sem." for semaphores) as well as the trailing NUL. */
static struct
{