diff mbox

[trivial,08/16] packet: doc: Spelling s/than/that/

Message ID 1394533430-4746-8-git-send-email-geert@linux-m68k.org
State Rejected, archived
Delegated to: David Miller
Headers show

Commit Message

Geert Uytterhoeven March 11, 2014, 10:23 a.m. UTC
From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>

Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Cc: David S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
---
 Documentation/networking/packet_mmap.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller March 12, 2014, 8:15 p.m. UTC | #1
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: Tue, 11 Mar 2014 11:23:42 +0100

> From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>

Applied, thanks Geert.
--
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/packet_mmap.txt b/Documentation/networking/packet_mmap.txt
index 1404674c0a02..6fea79efb4cb 100644
--- a/Documentation/networking/packet_mmap.txt
+++ b/Documentation/networking/packet_mmap.txt
@@ -453,7 +453,7 @@  TP_STATUS_COPY        : This flag indicates that the frame (and associated
                         enabled previously with setsockopt() and 
                         the PACKET_COPY_THRESH option. 
 
-                        The number of frames than can be buffered to 
+                        The number of frames that can be buffered to
                         be read with recvfrom is limited like a normal socket.
                         See the SO_RCVBUF option in the socket (7) man page.