summaryrefslogtreecommitdiffstats
path: root/Documentation/networking/operstates.txt
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-10-30 16:46:15 +0900
committerDavid S. Miller <davem@davemloft.net>2013-10-30 17:10:20 -0400
commitc17cb8b55b104c549aa20a72fa44141ad2c65ec2 (patch)
tree7082490d6e031e5c4a6b5be8393b830a58da4a84 /Documentation/networking/operstates.txt
parentb757a62e9f0df5c997c666dca4ad81197b5d8917 (diff)
downloadlinux-0-day-c17cb8b55b104c549aa20a72fa44141ad2c65ec2.tar.gz
linux-0-day-c17cb8b55b104c549aa20a72fa44141ad2c65ec2.tar.xz
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/operstates.txt')
-rw-r--r--Documentation/networking/operstates.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/operstates.txt b/Documentation/networking/operstates.txt
index 97694572338be..355c6d8ef8ad7 100644
--- a/Documentation/networking/operstates.txt
+++ b/Documentation/networking/operstates.txt
@@ -89,8 +89,8 @@ packets. The name 'carrier' and the inversion are historical, think of
it as lower layer.
Note that for certain kind of soft-devices, which are not managing any
-real hardware, there is possible to set this bit from userpsace.
-One should use TVL IFLA_CARRIER to do so.
+real hardware, it is possible to set this bit from userspace. One
+should use TVL IFLA_CARRIER to do so.
netif_carrier_ok() can be used to query that bit.