8000 Update a comment in fileutils.h to latest · python/cpython@b64d3ae · GitHub
[go: up one dir, main page]

Skip to content

Commit b64d3ae

Browse files
committed
Update a comment in fileutils.h to latest
1 parent c419af9 commit b64d3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/fileutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# define S_IFMT 0170000
1717
#endif
1818
#ifndef S_IFLNK
19-
// Windows doesn't define S_IFLNK, but posixmodule.c maps
19+
// Windows doesn't define S_IFLNK, but fileutils.c maps
2020
// IO_REPARSE_TAG_SYMLINK to S_IFLNK.
2121
# define S_IFLNK 0120000
2222
#endif

0 commit comments

Comments
 (0)
0