aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-12-20 14:01:35 -0800
committerDavid S. Miller <davem@davemloft.net>2007-12-20 14:01:35 -0800
commitbea851954717ebb0dee557a951e28bb277e1cc1d (patch)
tree6b1004f2a3a8231c319d4afd8fab26c8f89dc96e /net
parent[IRDA]: Spelling fixes (diff)
downloadlinux-dev-bea851954717ebb0dee557a951e28bb277e1cc1d.tar.xz
linux-dev-bea851954717ebb0dee557a951e28bb277e1cc1d.zip
[IPV6]: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv6/ndisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c
index 67997a74ddce..777ed733b2d7 100644
--- a/net/ipv6/ndisc.c
+++ b/net/ipv6/ndisc.c
@@ -612,7 +612,7 @@ void ndisc_send_rs(struct net_device *dev, struct in6_addr *saddr,
* optimistic addresses, but we may send the solicitation
* if we don't include the sllao. So here we check
* if our address is optimistic, and if so, we
- * supress the inclusion of the sllao.
+ * suppress the inclusion of the sllao.
*/
if (send_sllao) {
struct inet6_ifaddr *ifp = ipv6_get_ifaddr(saddr, dev, 1);