]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/sctp/sm_sideeffect.c
tree-wide: fix assorted typos all over the place
[net-next-2.6.git] / net / sctp / sm_sideeffect.c
index 8674d49195561fc7ed33a5b086eb4014d80f46a7..29d8501bf15651a420a9252e6899a7bb6be18708 100644 (file)
@@ -719,7 +719,7 @@ static void sctp_cmd_new_state(sctp_cmd_seq_t *cmds,
 
        if (sctp_style(sk, TCP)) {
                /* Change the sk->sk_state of a TCP-style socket that has
-                * sucessfully completed a connect() call.
+                * successfully completed a connect() call.
                 */
                if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED))
                        sk->sk_state = SCTP_SS_ESTABLISHED;