diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-10-16 15:20:49 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 15:39:48 +0100 |
commit | 94e2bd688820aed72b4f8092f88c2ccf64e003de (patch) | |
tree | 988de1817ec5ebe40dc6f2901eb86987876c517f /net/sctp/sm_statefuns.c | |
parent | 65cb76baa1058d17d51ce948b697cdbd5dc97421 (diff) | |
download | linux-exynos-94e2bd688820aed72b4f8092f88c2ccf64e003de.tar.gz linux-exynos-94e2bd688820aed72b4f8092f88c2ccf64e003de.tar.bz2 linux-exynos-94e2bd688820aed72b4f8092f88c2ccf64e003de.zip |
tree-wide: fix some typos and punctuation in comments
fix some typos and punctuation in comments
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/sctp/sm_statefuns.c')
-rw-r--r-- | net/sctp/sm_statefuns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c index c8fae1983dd1..ba2f66d5f0cd 100644 --- a/net/sctp/sm_statefuns.c +++ b/net/sctp/sm_statefuns.c @@ -3569,7 +3569,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)); |