diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 02:12:36 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-29 03:31:13 +0300 |
commit | 8406d38fde5c3a2d3182b30f9a3b457aa79949e4 (patch) | |
tree | ea813e92375e6807b7f0caaf88459003933cafdd /net | |
parent | a1281601f88e924a2e8c7572065d3e9fecf3c3fb (diff) | |
download | linux-8406d38fde5c3a2d3182b30f9a3b457aa79949e4.tar.xz |
af_x25.c: Fix a spello
s/facilties/facilities/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/x25/af_x25.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c index ff687b97b2d9..44d6566dd23e 100644 --- a/net/x25/af_x25.c +++ b/net/x25/af_x25.c @@ -1018,7 +1018,7 @@ int x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb, /* * current neighbour/link might impose additional limits - * on certain facilties + * on certain facilities */ x25_limit_facilities(&facilities, nb); |