mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
sctp: Fix typo in comment
Fix a typo in a comment in sctp_endpoint_destroy(): "releated" should be "related". Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com> Link: https://patch.msgid.link/20260507105758.25728-1-shofiqtest@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
d3f65237fa
commit
c7ea0d2b4d
|
|
@ -209,7 +209,7 @@ static void sctp_endpoint_destroy(struct sctp_endpoint *ep)
|
|||
return;
|
||||
}
|
||||
|
||||
/* SCTP-AUTH: Free up AUTH releated data such as shared keys
|
||||
/* SCTP-AUTH: Free up AUTH related data such as shared keys
|
||||
* chunks and hmacs arrays that were allocated
|
||||
*/
|
||||
sctp_auth_destroy_keys(&ep->endpoint_shared_keys);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user