sctp: fix cut and paste issue in comment
authorMarcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Fri, 17 Jul 2015 16:50:21 +0000 (13:50 -0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2015 07:21:32 +0000 (00:21 -0700)
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>
net/sctp/sm_statefuns.c

index 3ee27b7..d7eaa73 100644 (file)
@@ -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
  *