diff options
Diffstat (limited to 'net/sctp/socket.c')
| -rw-r--r-- | net/sctp/socket.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c index b9b3d899a611..b7b90135c36a 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c @@ -9324,7 +9324,7 @@ void sctp_copy_sock(struct sock *newsk, struct sock *sk,  	if (newsk->sk_flags & SK_FLAGS_TIMESTAMP)  		net_enable_timestamp(); -	/* Set newsk security attributes from orginal sk and connection +	/* Set newsk security attributes from original sk and connection  	 * security attribute from ep.  	 */  	security_sctp_sk_clone(ep, sk, newsk);  |