diff options
author | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2006-06-16 15:16:42 +0000 |
---|---|---|
committer | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2006-06-16 15:16:42 +0000 |
commit | 8583c85864d7dba305c0b5ebd316a8fc7186d1a2 (patch) | |
tree | 45f043aeb5c4ab8938e5e8e870b28156e925b025 /sys/netinet6/ip6_output.c | |
parent | 36542db52ec927a85558536b015c9109fa24a055 (diff) |
Spelling.
Diffstat (limited to 'sys/netinet6/ip6_output.c')
-rw-r--r-- | sys/netinet6/ip6_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index ed33e5e171a..cd100c23495 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_output.c,v 1.89 2006/05/27 23:40:27 claudio Exp $ */ +/* $OpenBSD: ip6_output.c,v 1.90 2006/06/16 15:16:41 pascoe Exp $ */ /* $KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $ */ /* @@ -698,7 +698,7 @@ ip6_output(m0, opt, ro, flags, im6o, ifpp) } /* - * Fill the outgoing inteface to tell the upper layer + * Fill the outgoing interface to tell the upper layer * to increment per-interface statistics. */ if (ifpp) |