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 0a474568b003..822906b2fd92 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -987,7 +987,7 @@ struct sctp_transport { | |||
987 | int init_sent_count; | 987 | int init_sent_count; |
988 | 988 | ||
989 | /* state : The current state of this destination, | 989 | /* state : The current state of this destination, |
990 | * : i.e. SCTP_ACTIVE, SCTP_INACTIVE, SCTP_UNKOWN. | 990 | * : i.e. SCTP_ACTIVE, SCTP_INACTIVE, SCTP_UNKNOWN. |
991 | */ | 991 | */ |
992 | int state; | 992 | int state; |
993 | 993 | ||