diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-10-30 16:46:15 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-10-30 17:10:20 -0400 |
commit | c17cb8b55b104c549aa20a72fa44141ad2c65ec2 (patch) | |
tree | 7082490d6e031e5c4a6b5be8393b830a58da4a84 /Documentation/networking/e100.txt | |
parent | b757a62e9f0df5c997c666dca4ad81197b5d8917 (diff) |
doc:net: Fix typo in Documentation/networking
Correct spelling typo in Documentation/networking
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/e100.txt')
-rw-r--r-- | Documentation/networking/e100.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/e100.txt b/Documentation/networking/e100.txt index 13a32124bca0..f862cf3aff34 100644 --- a/Documentation/networking/e100.txt +++ b/Documentation/networking/e100.txt @@ -103,7 +103,7 @@ Additional Configurations PRO/100 Family of Adapters is e100. As an example, if you install the e100 driver for two PRO/100 adapters - (eth0 and eth1), add the following to a configuraton file in /etc/modprobe.d/ + (eth0 and eth1), add the following to a configuration file in /etc/modprobe.d/ alias eth0 e100 alias eth1 e100 |