aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc
diff options
context:
space:
mode:
authorZheng Yongjun <zhengyongjun3@huawei.com>2021-06-02 14:55:08 +0800
committerDavid S. Miller <davem@davemloft.net>2021-06-02 14:01:55 -0700
commitfe6c0262bdf96623e4b088d4bd32a9454a37eb3a (patch)
tree2107880679bc718070a2f37da217ee30202f8904 /net/rxrpc
parentBluetooth: Fix spelling mistakes (diff)
downloadlinux-dev-fe6c0262bdf96623e4b088d4bd32a9454a37eb3a.tar.xz
linux-dev-fe6c0262bdf96623e4b088d4bd32a9454a37eb3a.zip
rxrpc: Fix a typo
targetted ==> targeted Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rxrpc')
-rw-r--r--net/rxrpc/local_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/local_event.c b/net/rxrpc/local_event.c
index 3ce6d628cd75..19e929c7c38b 100644
--- a/net/rxrpc/local_event.c
+++ b/net/rxrpc/local_event.c
@@ -77,7 +77,7 @@ static void rxrpc_send_version_request(struct rxrpc_local *local,
}
/*
- * Process event packets targetted at a local endpoint.
+ * Process event packets targeted at a local endpoint.
*/
void rxrpc_process_local_events(struct rxrpc_local *local)
{