docs: ioctl: fix typo
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Mon, 21 Oct 2019 01:43:36 +0000 (14:43 +1300)
committerJonathan Corbet <corbet@lwn.net>
Thu, 24 Oct 2019 18:10:06 +0000 (12:10 -0600)
"pointres" should be "pointers".

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/botching-up-ioctls.rst

index ac697fef35457375190c66ff88ae213dd624d5f7..2d4829b2fb09dc6d7df84459f0fb29bc78fb7f67 100644 (file)
@@ -46,7 +46,7 @@ will need to add a 32-bit compat layer:
    conversion or worse, fiddle the raw __u64 through your code since that
    diminishes the checking tools like sparse can provide. The macro
    u64_to_user_ptr can be used in the kernel to avoid warnings about integers
-   and pointres of different sizes.
+   and pointers of different sizes.
 
 
 Basics