summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-07-02 20:45:03 +0000
committerGitHub <noreply@github.com>2023-07-02 20:45:03 +0000
commit75a26cd1e0b44c8d953633ee45cfc189cda7e4d7 (patch)
treeecb2d829a4c87a47af744d3f303564d05c615f51
parent1376e15b7891b4384e70fe757f81eab92a09ba5f (diff)
parent5b2e4af76e7eb9318cc9fdb75a453e1970405d12 (diff)
downloadnix-75a26cd1e0b44c8d953633ee45cfc189cda7e4d7.zip
Merge #2067
2067: Address seeming typo in lib.rs r=asomers a=solidsnack I believe the `my` here was intended to be `many` -- but am not sure. Co-authored-by: Jason Dusek <jason.dusek@gmail.com>
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 6349d37e..8649a34d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -16,7 +16,7 @@
//! * `fs` - File system functionality
//! * `hostname` - Get and set the system's hostname
//! * `inotify` - Linux's `inotify` file system notification API
-//! * `ioctl` - The `ioctl` syscall, and wrappers for my specific instances
+//! * `ioctl` - The `ioctl` syscall, and wrappers for many specific instances
//! * `kmod` - Load and unload kernel modules
//! * `mman` - Stuff relating to memory management
//! * `mount` - Mount and unmount file systems