From 691d76eb76777d059eb4ca84f556e9b3ebe888a8 Mon Sep 17 00:00:00 2001 From: Lee Dogeon Date: Sat, 28 Jun 2025 01:12:54 +0900 Subject: [PATCH] Update a comment in fileutils.h to latest --- Include/fileutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/fileutils.h b/Include/fileutils.h index 1509198e45f0ca..00c37fa4602428 100644 --- a/Include/fileutils.h +++ b/Include/fileutils.h @@ -16,7 +16,7 @@ # define S_IFMT 0170000 #endif #ifndef S_IFLNK - // Windows doesn't define S_IFLNK, but posixmodule.c maps + // Windows doesn't define S_IFLNK, but fileutils.c maps // IO_REPARSE_TAG_SYMLINK to S_IFLNK. # define S_IFLNK 0120000 #endif