diff options
author | Michael Opdenacker | 2007-05-09 08:57:56 +0200 |
---|---|---|
committer | Adrian Bunk | 2007-05-09 08:57:56 +0200 |
commit | 59c51591a0ac7568824f541f57de967e88adaa07 (patch) | |
tree | 243d20eb0a26b76d5d312f39ec5a1ff60e036711 /net/decnet | |
parent | Fix minor typoes in kernel/module.c (diff) | |
download | kernel-qcow2-linux-59c51591a0ac7568824f541f57de967e88adaa07.tar.gz kernel-qcow2-linux-59c51591a0ac7568824f541f57de967e88adaa07.tar.xz kernel-qcow2-linux-59c51591a0ac7568824f541f57de967e88adaa07.zip |
Fix occurrences of "the the "
Signed-off-by: Michael Opdenacker <michael@free-electrons.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'net/decnet')
-rw-r--r-- | net/decnet/af_decnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/decnet/af_decnet.c b/net/decnet/af_decnet.c index 9fbe87c93802..bfa910b6ad25 100644 --- a/net/decnet/af_decnet.c +++ b/net/decnet/af_decnet.c @@ -1839,7 +1839,7 @@ static inline int dn_queue_too_long(struct dn_scp *scp, struct sk_buff_head *que } /* - * The DECnet spec requires the the "routing layer" accepts packets which + * The DECnet spec requires that the "routing layer" accepts packets which * are at least 230 bytes in size. This excludes any headers which the NSP * layer might add, so we always assume that we'll be using the maximal * length header on data packets. The variation in length is due to the |