Commit b52effd263e0926cc52713703f53d0a6c77259a1

Authored by Marcelo Ricardo Leitner
Committed by David S. Miller
1 parent 57816cbcb8

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

net/sctp/sm_statefuns.c
... ... @@ -853,7 +853,7 @@
853 853  
854 854 /*
855 855 * Respond to a normal COOKIE ACK chunk.
856   - * We are the side that is being asked for an association.
  856 + * We are the side that is asking for an association.
857 857 *
858 858 * RFC 2960 5.1 Normal Establishment of an Association
859 859 *