Skip to content

Commit e73182c

Browse files
authored
fix: typo "fr" (#2274)
1 parent 2c6bbc4 commit e73182c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sys/stat.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ libc_bitflags! {
3939
S_IXUSR;
4040
/// Read write and execute for group.
4141
S_IRWXG;
42-
/// Read fr group.
42+
/// Read for group.
4343
S_IRGRP;
4444
/// Write for group.
4545
S_IWGRP;
@@ -454,4 +454,4 @@ pub fn mkdirat<P: ?Sized + NixPath>(
454454
})?;
455455

456456
Errno::result(res).map(drop)
457-
}
457+
}

0 commit comments

Comments
 (0)