diff mbox

doc/net: Fix typo in netdev-features.txt

Message ID 1352567556-23326-1-git-send-email-kirr@mns.spb.ru
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Kirill Smelkov Nov. 10, 2012, 5:12 p.m. UTC
Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
---
 Documentation/networking/netdev-features.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Nov. 13, 2012, 7:38 p.m. UTC | #1
From: Kirill Smelkov <kirr@mns.spb.ru>
Date: Sat, 10 Nov 2012 21:12:36 +0400

> Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/networking/netdev-features.txt b/Documentation/networking/netdev-features.txt
index 4164f5c..f310ede 100644
--- a/Documentation/networking/netdev-features.txt
+++ b/Documentation/networking/netdev-features.txt
@@ -164,4 +164,4 @@  read the CRC recorded by the NIC on receipt of the packet.
 This requests that the NIC receive all possible frames, including errored
 frames (such as bad FCS, etc).  This can be helpful when sniffing a link with
 bad packets on it.  Some NICs may receive more packets if also put into normal
-PROMISC mdoe.
+PROMISC mode.