diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2006-12-08 21:57:55 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2006-12-08 21:57:55 +0000 |
commit | dd8254c1e7ead6cee82c89941c590c6aa87cd594 (patch) | |
tree | e9099e00801ad52ddd8ef6d3784a51350e3f0713 | |
parent | e0eeec6984da944bdec85976bec12b22ce410f32 (diff) |
whitespace
-rw-r--r-- | sys/netinet6/ip6_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 67b01130451..bcdc19e9ca1 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_input.c,v 1.70 2006/11/27 12:27:45 henning Exp $ */ +/* $OpenBSD: ip6_input.c,v 1.71 2006/12/08 21:57:54 itojun Exp $ */ /* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */ /* @@ -1088,7 +1088,7 @@ ip6_savecontrol(in6p, mp, ip6, m) default: /* - * other cases have been filtered in the above. + * other cases have been filtered in the above. * none will visit this case. here we supply * the code just in case (nxt overwritten or * other cases). |