Skip to content

Commit

Permalink
rxrpc: Fix a typo
Browse files Browse the repository at this point in the history
targetted  ==> targeted

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Zheng Yongjun authored and David S. Miller committed Jun 2, 2021
1 parent 91641b7 commit fe6c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/rxrpc/local_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit fe6c026

Please sign in to comment.