diff options
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r-- | include/net/sctp/structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 6e5f0e0c7967..ca4789e4f1e1 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -988,7 +988,7 @@ struct sctp_transport { | |||
988 | int init_sent_count; | 988 | int init_sent_count; |
989 | 989 | ||
990 | /* state : The current state of this destination, | 990 | /* state : The current state of this destination, |
991 | * : i.e. SCTP_ACTIVE, SCTP_INACTIVE, SCTP_UNKOWN. | 991 | * : i.e. SCTP_ACTIVE, SCTP_INACTIVE, SCTP_UNKNOWN. |
992 | */ | 992 | */ |
993 | int state; | 993 | int state; |
994 | 994 | ||