[PATCH 1/2] sctp: Fix typo in comment
Md Shofiqul Islam <[email protected]> Thu, 7 May 2026 13:57:58 +0300
| Newsgroups | org.kernel.vger.linux-sctp,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
Fix a typo in a comment in sctp_endpoint_destroy(): "releated" should be "related". Signed-off-by: Md Shofiqul Islam <[email protected]> --- net/sctp/endpointola.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sctp/endpointola.c b/net/sctp/endpointola.c index 8d342b5141..dfb1719275 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); -- 2.54.0.windows.1