From: Md Shofiqul Islam Date: Thu, 7 May 2026 10:57:58 +0000 (+0300) Subject: sctp: Fix typo in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7ea0d2b4d76bf70bd5f108fa07506640b78ce05;p=thirdparty%2Flinux.git 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 Link: https://patch.msgid.link/20260507105758.25728-1-shofiqtest@gmail.com Signed-off-by: Jakub Kicinski --- diff --git a/net/sctp/endpointola.c b/net/sctp/endpointola.c index 8d342b514142..dfb1719275db 100644 --- a/net/sctp/endpointola.c +++ b/net/sctp/endpointola.c @@ -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);