From 6c7418ac9d508a8594d77100004ad31a42771075 Mon Sep 17 00:00:00 2001 From: Conrad Kramer Date: Fri, 25 Nov 2016 00:06:22 -0500 Subject: Fix typo in documentation --- src/sys/ioctl/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/ioctl') diff --git a/src/sys/ioctl/mod.rs b/src/sys/ioctl/mod.rs index 4d4d1072..387024f4 100644 --- a/src/sys/ioctl/mod.rs +++ b/src/sys/ioctl/mod.rs @@ -90,7 +90,7 @@ //! How do I get the magic numbers? //! =============================== //! -//! 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 //! of lines defining macros which use `_IOR`, `_IOW`, `_IOC`, and `_IORW`. These macros //! correspond to the `ior!`, `iow!`, `ioc!`, and `iorw!` macros defined in this crate. //! Additionally, there is the `ioctl!` macro for creating a wrapper around `ioctl` that is -- cgit v1.2.3