diff options
Diffstat (limited to 'include/net/sctp')
-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 7571e32723bf..ff3017744711 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -989,7 +989,7 @@ struct sctp_transport { | |||
989 | int init_sent_count; | 989 | int init_sent_count; |
990 | 990 | ||
991 | /* state : The current state of this destination, | 991 | /* state : The current state of this destination, |
992 | * : i.e. SCTP_ACTIVE, SCTP_INACTIVE, SCTP_UNKOWN. | 992 | * : i.e. SCTP_ACTIVE, SCTP_INACTIVE, SCTP_UNKNOWN. |
993 | */ | 993 | */ |
994 | int state; | 994 | int state; |
995 | 995 | ||