Skip to content

Commit a331671

Browse files
authored
Fix a doc comment typo (#2584)
1 parent 52f4380 commit a331671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fcntl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ libc_bitflags!(
13551355
FALLOC_FL_INSERT_RANGE;
13561356
/// Shared file data extants are made private to the file.
13571357
///
1358-
/// Gaurantees that a subsequent write will not fail due to lack of space.
1358+
/// Guarantees that a subsequent write will not fail due to lack of space.
13591359
FALLOC_FL_UNSHARE_RANGE;
13601360
}
13611361
);

0 commit comments

Comments
 (0)