We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfeb57 commit 6c7418aCopy full SHA for 6c7418a
src/sys/ioctl/mod.rs
@@ -90,7 +90,7 @@
90
//! How do I get the magic numbers?
91
//! ===============================
92
//!
93
-//! For Linux, look at your system's headers. For example, `/usr/include/linxu/input.h` has a lot
+//! For Linux, look at your system's headers. For example, `/usr/include/linux/input.h` has a lot
94
//! of lines defining macros which use `_IOR`, `_IOW`, `_IOC`, and `_IORW`. These macros
95
//! correspond to the `ior!`, `iow!`, `ioc!`, and `iorw!` macros defined in this crate.
96
//! Additionally, there is the `ioctl!` macro for creating a wrapper around `ioctl` that is
0 commit comments