From 5b2e4af76e7eb9318cc9fdb75a453e1970405d12 Mon Sep 17 00:00:00 2001 From: Jason Dusek Date: Sun, 2 Jul 2023 00:17:58 -0500 Subject: Address seeming typo in lib.rs I believe the `my` here was intended to be `many` -- but am not sure. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3