Skip to content

Commit 6c7418a

Browse files
author
Conrad Kramer
committed
Fix typo in documentation
1 parent 2cfeb57 commit 6c7418a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/ioctl/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
//! How do I get the magic numbers?
9191
//! ===============================
9292
//!
93-
//! For Linux, look at your system's headers. For example, `/usr/include/linxu/input.h` has a lot
93+
//! For Linux, look at your system's headers. For example, `/usr/include/linux/input.h` has a lot
9494
//! of lines defining macros which use `_IOR`, `_IOW`, `_IOC`, and `_IORW`. These macros
9595
//! correspond to the `ior!`, `iow!`, `ioc!`, and `iorw!` macros defined in this crate.
9696
//! Additionally, there is the `ioctl!` macro for creating a wrapper around `ioctl` that is

0 commit comments

Comments
 (0)