]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/sctp/sm_statefuns.c
Merge branch 'for-next' into for-linus
[karo-tx-linux.git] / net / sctp / sm_statefuns.c
index d4df45022ffab8f028b45037adf0b528df8273d9..dcc2a84c647fc908e043b0f79b52aace027398db 100644 (file)
@@ -3572,7 +3572,7 @@ sctp_disposition_t sctp_sf_do_asconf(const struct sctp_endpoint *ep,
         * To do this properly, we'll set the destination address of the chunk
         * and at the transmit time, will try look up the transport to use.
         * Since ASCONFs may be bundled, the correct transport may not be
-        * created untill we process the entire packet, thus this workaround.
+        * created until we process the entire packet, thus this workaround.
         */
        asconf_ack->dest = chunk->source;
        sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(asconf_ack));