X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=net%2Fsctp%2Fsm_statefuns.c;h=618ec7e216cae9bb17038c07ff5d87a75c8f6208;hb=b1d778b970ce52e02ca6a7f34ba167fe95bc1cc4;hp=ebcd1eedb1151d050d51c5a5043e720f4797a33a;hpb=db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070;p=cascardo%2Flinux.git diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c index ebcd1eedb115..618ec7e216ca 100644 --- a/net/sctp/sm_statefuns.c +++ b/net/sctp/sm_statefuns.c @@ -4000,7 +4000,7 @@ static sctp_ierror_t sctp_sf_authenticate(struct net *net, chunk->subh.auth_hdr = auth_hdr; skb_pull(chunk->skb, sizeof(struct sctp_authhdr)); - /* Make sure that we suport the HMAC algorithm from the auth + /* Make sure that we support the HMAC algorithm from the auth * chunk. */ if (!sctp_auth_asoc_verify_hmac_id(asoc, auth_hdr->hmac_id))