diff options
| author | Md Shofiqul Islam <shofiqtest@gmail.com> | 2026-05-07 13:57:58 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-05-09 02:51:37 +0300 |
| commit | c7ea0d2b4d76bf70bd5f108fa07506640b78ce05 (patch) | |
| tree | 940f2089d8f84e30a39a9ba74d41f1938bfb9381 | |
| parent | d3f65237fa68ec83f025a718e11e9c503ff715c8 (diff) | |
| download | linux-c7ea0d2b4d76bf70bd5f108fa07506640b78ce05.tar.xz | |
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>
| -rw-r--r-- | net/sctp/endpointola.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
