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>
This commit is contained in:
Gabriel Whigham 2026-01-29 22:21:31 -06:00 committed by Jonathan Corbet
parent c0f612f8bc
commit 1482f61ccd

View file

@ -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
====== ===========================