OSDN Git Service

rxrpc: Fix a typo
authorZheng Yongjun <zhengyongjun3@huawei.com>
Wed, 2 Jun 2021 06:55:08 +0000 (14:55 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jun 2021 21:01:55 +0000 (14:01 -0700)
targetted  ==> targeted

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/local_event.c

index 3ce6d62..19e929c 100644 (file)
@@ -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)
 {