diff options
| author | Jesse Brandeburg <[email protected]> | 2024-06-12 00:12:22 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-06-29 02:36:28 +0000 |
| commit | b8c7dd15ceb87e5f37ec1ed7b56c279d98f3eb53 (patch) | |
| tree | 9ac46afa858b91fe11c9c4fd6780a18a90843cc8 /net/tipc/socket.c | |
| parent | selftests: proc: remove unreached code and fix build warning (diff) | |
| download | kernel-b8c7dd15ceb87e5f37ec1ed7b56c279d98f3eb53.tar.gz kernel-b8c7dd15ceb87e5f37ec1ed7b56c279d98f3eb53.zip | |
kernel-wide: fix spelling mistakes like "assocative" -> "associative"
There were several instances of the string "assocat" in the kernel, which
should have been spelled "associat", with the various endings of -ive,
-ed, -ion, and sometimes beginnging with dis-.
Add to the spelling dictionary the corrections so that future instances
will be caught by checkpatch, and fix the instances found.
Originally noticed by accident with a 'git grep socat'.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Jesse Brandeburg <[email protected]>
Cc: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'net/tipc/socket.c')
| -rw-r--r-- | net/tipc/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c index 2d58ecae4e21..1a0cd06f0eae 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c @@ -657,7 +657,7 @@ static int tipc_release(struct socket *sock) } /** - * __tipc_bind - associate or disassocate TIPC name(s) with a socket + * __tipc_bind - associate or disassociate TIPC name(s) with a socket * @sock: socket structure * @skaddr: socket address describing name(s) and desired operation * @alen: size of socket address data structure |
