Skip to content

Commit 5b2e4af

Browse files
authored
Address seeming typo in lib.rs
I believe the `my` here was intended to be `many` -- but am not sure.
1 parent 1376e15 commit 5b2e4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! * `fs` - File system functionality
1717
//! * `hostname` - Get and set the system's hostname
1818
//! * `inotify` - Linux's `inotify` file system notification API
19-
//! * `ioctl` - The `ioctl` syscall, and wrappers for my specific instances
19+
//! * `ioctl` - The `ioctl` syscall, and wrappers for many specific instances
2020
//! * `kmod` - Load and unload kernel modules
2121
//! * `mman` - Stuff relating to memory management
2222
//! * `mount` - Mount and unmount file systems

0 commit comments

Comments
 (0)