]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
sctp: Fix typo in comment
authorMd Shofiqul Islam <shofiqtest@gmail.com>
Thu, 7 May 2026 10:57:58 +0000 (13:57 +0300)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 May 2026 23:51:37 +0000 (16:51 -0700)
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>
net/sctp/endpointola.c

index 8d342b514142f7bcc8c9b9bfa6c7592e0fb92e10..dfb1719275dba7abed140b05414b5410d9313ae4 100644 (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);