aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-03-20 21:04:30 -0400
committerJiri Kosina <jkosina@suse.cz>2014-03-21 08:16:58 -0400
commitdf5cbb27836ff6a6c807f9030ca536403fc674d2 (patch)
treee1eb49b184015e9a0b92a28193c41f60163fb14e /Documentation/networking
parent2509671dcf6314635592f8eb84ef4793fce11a07 (diff)
doc: fix double words
Fix double words "the the" in various files within Documentations. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/spider_net.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/spider_net.txt b/Documentation/networking/spider_net.txt
index 4b4adb8eb14f..b0b75f8463b3 100644
--- a/Documentation/networking/spider_net.txt
+++ b/Documentation/networking/spider_net.txt
@@ -73,7 +73,7 @@ Thus, in an idle system, the GDACTDPA, tail and head pointers will
73all be pointing at the same descr, which should be "empty". All of the 73all be pointing at the same descr, which should be "empty". All of the
74other descrs in the ring should be "empty" as well. 74other descrs in the ring should be "empty" as well.
75 75
76The show_rx_chain() routine will print out the the locations of the 76The show_rx_chain() routine will print out the locations of the
77GDACTDPA, tail and head pointers. It will also summarize the contents 77GDACTDPA, tail and head pointers. It will also summarize the contents
78of the ring, starting at the tail pointer, and listing the status 78of the ring, starting at the tail pointer, and listing the status
79of the descrs that follow. 79of the descrs that follow.