aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-04-26 23:28:26 -0700
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2011-04-26 23:31:11 -0700
commite9c549998dc24209847007e1f209f3b6c88d21ba (patch)
tree0f52fcbe1dfa158349afc6ad2edaa6738615dc3b /net/sctp
parentLinux 2.6.39-rc5 (diff)
downloadlinux-dev-e9c549998dc24209847007e1f209f3b6c88d21ba.tar.xz
linux-dev-e9c549998dc24209847007e1f209f3b6c88d21ba.zip
Revert wrong fixes for common misspellings
These changes were incorrectly fixed by codespell. They were now manually corrected. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Diffstat (limited to 'net/sctp')
-rw-r--r--net/sctp/ulpevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ulpevent.c b/net/sctp/ulpevent.c
index dff27d5e22fd..61b1f5ada96a 100644
--- a/net/sctp/ulpevent.c
+++ b/net/sctp/ulpevent.c
@@ -554,7 +554,7 @@ struct sctp_ulpevent *sctp_ulpevent_make_send_failed(
memcpy(&ssf->ssf_info, &chunk->sinfo, sizeof(struct sctp_sndrcvinfo));
/* Per TSVWG discussion with Randy. Allow the application to
- * resemble a fragmented message.
+ * reassemble a fragmented message.
*/
ssf->ssf_info.sinfo_flags = chunk->chunk_hdr->flags;