From 8917130b9ca2381c9918ea9b20c225b38c1434a6 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 12 Dec 2020 14:47:03 +1100 Subject: [PATCH] docs: fix simple typo, folowing -> following There is a small typo in linux-net-kernel/net/8021q/vlanproc.c, linux-net-kernel/net/wanrouter/wanproc.c. Should read `following` rather than `folowing`. --- linux-net-kernel/net/8021q/vlanproc.c | 2 +- linux-net-kernel/net/wanrouter/wanproc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-net-kernel/net/8021q/vlanproc.c b/linux-net-kernel/net/8021q/vlanproc.c index afead35..b5456f4 100755 --- a/linux-net-kernel/net/8021q/vlanproc.c +++ b/linux-net-kernel/net/8021q/vlanproc.c @@ -54,7 +54,7 @@ static const char name_conf[] = "config"; /* * Structures for interfacing with the /proc filesystem. - * VLAN creates its own directory /proc/net/vlan with the folowing + * VLAN creates its own directory /proc/net/vlan with the following * entries: * config device status/configuration * entry for each device diff --git a/linux-net-kernel/net/wanrouter/wanproc.c b/linux-net-kernel/net/wanrouter/wanproc.c index c44d96b..77f54ef 100755 --- a/linux-net-kernel/net/wanrouter/wanproc.c +++ b/linux-net-kernel/net/wanrouter/wanproc.c @@ -51,7 +51,7 @@ /* * Structures for interfacing with the /proc filesystem. - * Router creates its own directory /proc/net/router with the folowing + * Router creates its own directory /proc/net/router with the following * entries: * config device configuration * status global device statistics