diff options
author | stephen hemminger <stephen@networkplumber.org> | 2014-01-12 12:48:00 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-14 18:18:22 -0800 |
commit | 963a185539a789cdfda7ee9e501be92235a22680 (patch) | |
tree | fc1f549eb0f8989188efaa57e09841ebab33c317 /net/tipc/server.c | |
parent | db9c7c3943f2301bdca9d88b16dd06af23ebbd6c (diff) | |
download | linux-963a185539a789cdfda7ee9e501be92235a22680.tar.bz2 |
tipc: spelling fixes
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/server.c')
-rw-r--r-- | net/tipc/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/server.c b/net/tipc/server.c index fd3fa57a410e..b635ca347a87 100644 --- a/net/tipc/server.c +++ b/net/tipc/server.c @@ -55,7 +55,7 @@ * @usr_data: user-specified field * @rx_action: what to do when connection socket is active * @outqueue: pointer to first outbound message in queue - * @outqueue_lock: controll access to the outqueue + * @outqueue_lock: control access to the outqueue * @outqueue: list of connection objects for its server * @swork: send work item */ |