diff options
author | Geert Uytterhoeven | 2019-10-24 17:30:43 +0200 |
---|---|---|
committer | David S. Miller | 2019-10-28 13:42:17 -0700 |
commit | 8ebed8ae49df685b558615a8b026159d3a398463 (patch) | |
tree | 79816d0ea24a7bf657517157ca34a886b0281ac3 /net/tipc/link.c | |
parent | e1b185491f739983b596804953586346e50351c9 (diff) |
tipc: Spelling s/enpoint/endpoint/
Fix misspelling of "endpoint".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r-- | net/tipc/link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c index 999eab592de8..7d7a66178607 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c @@ -1873,7 +1873,7 @@ void tipc_link_failover_prepare(struct tipc_link *l, struct tipc_link *tnl, tipc_link_create_dummy_tnl_msg(tnl, xmitq); - /* This failover link enpoint was never established before, + /* This failover link endpoint was never established before, * so it has not received anything from peer. * Otherwise, it must be a normal failover situation or the * node has entered SELF_DOWN_PEER_LEAVING and both peer nodes |