summaryrefslogtreecommitdiffstats
path: root/Documentation/ioctl/botching-up-ioctls.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/ioctl/botching-up-ioctls.txt')
-rw-r--r--Documentation/ioctl/botching-up-ioctls.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ioctl/botching-up-ioctls.txt b/Documentation/ioctl/botching-up-ioctls.txt
index 36138c632f7a..d02cfb48901c 100644
--- a/Documentation/ioctl/botching-up-ioctls.txt
+++ b/Documentation/ioctl/botching-up-ioctls.txt
@@ -24,7 +24,7 @@ Prerequisites
-------------
First the prerequisites. Without these you have already failed, because you
-will need to add a a 32-bit compat layer:
+will need to add a 32-bit compat layer:
* Only use fixed sized integers. To avoid conflicts with typedefs in userspace
the kernel has special types like __u32, __s64. Use them.