net: decnet: Fix a typo in dn_nsp_in.c
authorLu Wei <luwei32@huawei.com>
Thu, 25 Mar 2021 06:38:23 +0000 (14:38 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 00:05:07 +0000 (17:05 -0700)
Modify "erronous" to "erroneous" in net/decnet/dn_nsp_in.c.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/decnet/dn_nsp_in.c

index c97bdca..1a12912 100644 (file)
@@ -520,7 +520,7 @@ static void dn_nsp_linkservice(struct sock *sk, struct sk_buff *skb)
        fcval = *ptr;
 
        /*
-        * Here we ignore erronous packets which should really
+        * Here we ignore erroneous packets which should really
         * should cause a connection abort. It is not critical
         * for now though.
         */