aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Io/Dir.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2025-12-11 22:35:55 -0800
committerAndrew Kelley <andrew@ziglang.org>2025-12-23 22:15:09 -0800
commite1cf753db72425fd944f6fe9f2a991fb1de3f942 (patch)
tree4b9c33aa2cd4e0da5ad7e5fec9f0de45c6747507 /lib/std/Io/Dir.zig
parent68621afd2e203d82b6f53bf4ede951827fa98db8 (diff)
downloadzig-e1cf753db72425fd944f6fe9f2a991fb1de3f942.tar.gz
zig-e1cf753db72425fd944f6fe9f2a991fb1de3f942.zip
std: update fchmodat tests
Diffstat (limited to 'lib/std/Io/Dir.zig')
-rw-r--r--lib/std/Io/Dir.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/Io/Dir.zig b/lib/std/Io/Dir.zig
index 0bc3982a61..be82b8b8b2 100644
--- a/lib/std/Io/Dir.zig
+++ b/lib/std/Io/Dir.zig
@@ -1710,7 +1710,7 @@ pub const SetFilePermissionsOptions = struct {
follow_symlinks: bool = true,
};
-/// Also known as "chmodat".
+/// Also known as "fchmodat".
pub fn setFilePermissions(
dir: Dir,
io: Io,