summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarcin Slusarz <marcin.slusarz@gmail.com>2009-04-19 07:24:24 +0000
committerDavid S. Miller <davem@davemloft.net>2009-04-20 02:15:01 -0700
commiteb39c57ff7782bc015da517af1d9c3b2592e721e (patch)
tree937fc5adeec22a9a631b42ca362ddb3e58b86ced /drivers
parent52cf3cc8acea52ecb93ef1dddb4ef2ae4e35c319 (diff)
downloadlinux-3.10-eb39c57ff7782bc015da517af1d9c3b2592e721e.tar.gz
linux-3.10-eb39c57ff7782bc015da517af1d9c3b2592e721e.tar.bz2
linux-3.10-eb39c57ff7782bc015da517af1d9c3b2592e721e.zip
net: fix "compatibility" typos
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 9e921544ba2..214a92d1ef7 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -28,9 +28,9 @@ if NETDEVICES
config COMPAT_NET_DEV_OPS
default y
- bool "Enable older network device API compatiablity"
+ bool "Enable older network device API compatibility"
---help---
- This option enables kernel compatiability with older network devices
+ This option enables kernel compatibility with older network devices
that do not use net_device_ops interface.
If unsure, say Y.