]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Typo in linux_net_ipv4_tcp.c
authorJames Mayer <james@cobaltmountain.com>
Mon, 15 Jul 2002 05:58:20 +0000 (22:58 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 15 Jul 2002 05:58:20 +0000 (22:58 -0700)
net/ipv4/tcp.c

index 101902210bce21a40d49df74a830f33050051d0b..2d44872318ea258df653f336fc83d30758064c4d 100644 (file)
@@ -1519,7 +1519,7 @@ int tcp_recvmsg(struct sock *sk, struct msghdr *msg,
                        break;
 
                /* We need to check signals first, to get correct SIGURG
-                * handling. FIXME: Need to check this doesnt impact 1003.1g
+                * handling. FIXME: Need to check this doesn't impact 1003.1g
                 * and move it down to the bottom of the loop
                 */
                if (signal_pending(current)) {