Skip to content

Commit

Permalink
Fix a doc comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt authored Jan 17, 2025
1 parent 52f4380 commit 308eb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fcntl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ libc_bitflags!(
FALLOC_FL_INSERT_RANGE;
/// Shared file data extants are made private to the file.
///
/// Gaurantees that a subsequent write will not fail due to lack of space.
/// Guarantees that a subsequent write will not fail due to lack of space.
FALLOC_FL_UNSHARE_RANGE;
}
);
Expand Down

0 comments on commit 308eb2f

Please sign in to comment.