diff options
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | 2015-07-17 16:50:21 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-21 07:21:32 (GMT) |
commit | b52effd263e0926cc52713703f53d0a6c77259a1 (patch) | |
tree | 23de06522bcd3130dbdd7902054aa48263d2c52f /net/sctp/sm_statefuns.c | |
parent | 57816cbcb827895d10925c6a52b63833087ce0c1 (diff) | |
download | linux-b52effd263e0926cc52713703f53d0a6c77259a1.tar.xz |
sctp: fix cut and paste issue in comment
Cookie ACK is always received by the association initiator, so fix the
comment to avoid confusion.
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 3ee27b7..d7eaa73 100644 --- a/net/sctp/sm_statefuns.c +++ b/net/sctp/sm_statefuns.c @@ -853,7 +853,7 @@ nomem: /* * Respond to a normal COOKIE ACK chunk. - * We are the side that is being asked for an association. + * We are the side that is asking for an association. * * RFC 2960 5.1 Normal Establishment of an Association * |