Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into i2c...
[sfrench/cifs-2.6.git] / Documentation / ioctl / botching-up-ioctls.txt
index 36138c632f7af7c8e5206d6cbf05f7186a2e3b32..d02cfb48901c5c5c2b357822e51da3e2a0621fde 100644 (file)
@@ -24,7 +24,7 @@ Prerequisites
 -------------
 
 First the prerequisites. Without these you have already failed, because you
-will need to add 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.