Skip to content

Commit

Permalink
net: Fix typo in doc-comment
Browse files Browse the repository at this point in the history
Signed-off-by: rusty-snake <[email protected]>
  • Loading branch information
rusty-snake authored and l0kod committed Sep 5, 2024
1 parent 4936d52 commit 922d6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::mem::zeroed;
/// Network access right.
///
/// Each variant of `AccessNet` is an [access right](https://www.kernel.org/doc/html/latest/userspace-api/landlock.html#access-rights)
/// for the file system.
/// for the network.
/// A set of access rights can be created with [`BitFlags<AccessNet>`](BitFlags).
///
/// # Example
Expand Down

0 comments on commit 922d6c9

Please sign in to comment.