Skip to content

Commit

Permalink
fix: typo "fr" (nix-rust#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
linsyking authored Dec 23, 2023
1 parent 2c6bbc4 commit e73182c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sys/stat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libc_bitflags! {
S_IXUSR;
/// Read write and execute for group.
S_IRWXG;
/// Read fr group.
/// Read for group.
S_IRGRP;
/// Write for group.
S_IWGRP;
Expand Down Expand Up @@ -454,4 +454,4 @@ pub fn mkdirat<P: ?Sized + NixPath>(
})?;

Errno::result(res).map(drop)
}
}

0 comments on commit e73182c

Please sign in to comment.