Skip to content

Commit

Permalink
Merge #2067
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bors[bot] and solidsnack authored Jul 2, 2023
2 parents 1376e15 + 5b2e4af commit 75a26cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75a26cd

Please sign in to comment.