kernel/arch/parisc/include/asm/socket.h
.. .. @@ -4,8 +4,8 @@ 4 4 5 5 #include <uapi/asm/socket.h> 6 6 7 -/* O_NONBLOCK clashes with the bits used for socket types. Therefore we8 - * have to define SOCK_NONBLOCK to a different value here.7 +/* O_NONBLOCK clashed with the bits used for socket types. Therefore we8 + * had to define SOCK_NONBLOCK to a different value here.9 9 */ 10 10 #define SOCK_NONBLOCK 0x40000000 11 11