]> err.no Git - linux-2.6/blobdiff - net/dccp/timer.c
[PATCH] Clean up struct flock definitions
[linux-2.6] / net / dccp / timer.c
index 47b1616e61894584ac23c298a8204e9d69ca7bc4..aa34b576e22827b038ab11a6a6e750def8786c0c 100644 (file)
@@ -144,7 +144,7 @@ static void dccp_retransmit_timer(struct sock *sk)
        /*
         * sk->sk_send_head has to have one skb with
         * DCCP_SKB_CB(skb)->dccpd_type set to one of the retransmittable DCCP
-        * packet types (REQUEST, RESPONSE, the ACK in the 3way hanshake
+        * packet types (REQUEST, RESPONSE, the ACK in the 3way handshake
         * (PARTOPEN timer), etc).
         */
        BUG_TRAP(sk->sk_send_head != NULL);