We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96054b6 commit 5eb5c30Copy full SHA for 5eb5c30
src/sys/stat.rs
@@ -150,7 +150,7 @@ pub enum FchmodatFlags {
150
/// If `flag` is `FchmodatFlags::NoFollowSymlink` and `path` names a symbolic link,
151
/// then the mode of the symbolic link is changed.
152
///
153
-/// `fchmod(None, path, mode, FchmodatFlags::FollowSymlink)` is identical to
+/// `fchmodat(None, path, mode, FchmodatFlags::FollowSymlink)` is identical to
154
/// a call `libc::chmod(path, mode)`. That's why `chmod` is unimplemented
155
/// in the `nix` crate.
156
0 commit comments