Commit 1482f61c authored by Gabriel Whigham's avatar Gabriel Whigham Committed by Jonathan Corbet
Browse files

docs: ioctl-number: fix a typo in ioctl-number.rst



"userspace" was misspelled as "userpace".

Signed-off-by: default avatarGabriel Whigham <gabewhigham@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Message-ID: <20260130042131.51975-1-gabewhigham@gmail.com>
parent c0f612f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    ====== ===========================