Skip to content

Commit 75a26cd

Browse files
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>
2 parents 1376e15 + 5b2e4af commit 75a26cd

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)