From 1482f61ccd984440529d0d37002bc66378be88bb Mon Sep 17 00:00:00 2001 From: Gabriel Whigham Date: Thu, 29 Jan 2026 22:21:31 -0600 Subject: [PATCH] docs: ioctl-number: fix a typo in ioctl-number.rst "userspace" was misspelled as "userpace". Signed-off-by: Gabriel Whigham Signed-off-by: Jonathan Corbet Message-ID: <20260130042131.51975-1-gabewhigham@gmail.com> --- Documentation/userspace-api/ioctl/ioctl-number.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst index 7232b3544cecc..b5c6447455fdd 100644 --- a/Documentation/userspace-api/ioctl/ioctl-number.rst +++ b/Documentation/userspace-api/ioctl/ioctl-number.rst @@ -15,7 +15,7 @@ macros defined in : ====== =========================== _IO none _IOW write (read from userspace) - _IOR read (write to userpace) + _IOR read (write to userspace) _IOWR write and read ====== =========================== -- 2.47.3