Skip to content

Commit 1482f61

Browse files
MrBrain295Jonathan Corbet
authored andcommitted
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>
1 parent c0f612f commit 1482f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/userspace-api/ioctl/ioctl-number.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ macros defined in <linux/ioctl.h>:
1515
====== ===========================
1616
_IO none
1717
_IOW write (read from userspace)
18-
_IOR read (write to userpace)
18+
_IOR read (write to userspace)
1919
_IOWR write and read
2020
====== ===========================
2121

0 commit comments

Comments
 (0)