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:
Md Shofiqul Islam 2026-05-07 13:57:58 +03:00 committed by Jakub Kicinski
parent d3f65237fa
commit c7ea0d2b4d

View File

@ -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);