diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-02 09:55:44 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-03 00:01:55 +0300 |
commit | 5debe0b30bac2b921722d7419f02acee6f02fa71 (patch) | |
tree | 7dd9c512e7b4adb189b3872bdfbb93d2f5bb31b3 /net/decnet/dn_nsp_in.c | |
parent | fe6c0262bdf96623e4b088d4bd32a9454a37eb3a (diff) | |
download | linux-5debe0b30bac2b921722d7419f02acee6f02fa71.tar.xz |
decnet: Fix spelling mistakes
Fix some spelling mistakes in comments:
thats ==> that's
serivce ==> service
varience ==> variance
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/decnet/dn_nsp_in.c')
-rw-r--r-- | net/decnet/dn_nsp_in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/decnet/dn_nsp_in.c b/net/decnet/dn_nsp_in.c index 1a12912b88d6..7ab788f41a3f 100644 --- a/net/decnet/dn_nsp_in.c +++ b/net/decnet/dn_nsp_in.c @@ -870,7 +870,7 @@ int dn_nsp_backlog_rcv(struct sock *sk, struct sk_buff *skb) /* * Read out ack data here, this applies equally - * to data, other data, link serivce and both + * to data, other data, link service and both * ack data and ack otherdata. */ dn_process_ack(sk, skb, other); |