diff options
| author | Gabriel Whigham <gabewhigham@gmail.com> | 2026-01-30 07:21:31 +0300 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-02-02 19:52:48 +0300 |
| commit | 1482f61ccd984440529d0d37002bc66378be88bb (patch) | |
| tree | a80e5747d2f7ef2c1390b70de56e1a97b5f8e6c9 | |
| parent | c0f612f8bc34d10ab154b6c4662aeeb602bd9cd7 (diff) | |
| download | linux-1482f61ccd984440529d0d37002bc66378be88bb.tar.xz | |
docs: ioctl-number: fix a typo in ioctl-number.rst
"userspace" was misspelled as "userpace".
Signed-off-by: Gabriel Whigham <gabewhigham@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260130042131.51975-1-gabewhigham@gmail.com>
| -rw-r--r-- | Documentation/userspace-api/ioctl/ioctl-number.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst index 7232b3544cec..b5c6447455fd 100644 --- a/Documentation/userspace-api/ioctl/ioctl-number.rst +++ b/Documentation/userspace-api/ioctl/ioctl-number.rst @@ -15,7 +15,7 @@ macros defined in <linux/ioctl.h>: ====== =========================== _IO none _IOW write (read from userspace) - _IOR read (write to userpace) + _IOR read (write to userspace) _IOWR write and read ====== =========================== |
