diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-07-04 16:40:56 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-07-04 16:40:56 +0000 |
commit | b75c1c879c4f21d943c47419624cf8751951488a (patch) | |
tree | b184274e29ecf3bbea9146599c373f2486980ea2 /sys/netinet | |
parent | f8eae15dd0e58c1278d853a891c548eafd55668c (diff) |
knf typo
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ipsec_input.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c index 644548846ae..a279ec95167 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.64 2003/05/03 01:43:07 itojun Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.65 2003/07/04 16:40:55 markus Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -152,10 +152,10 @@ ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) } /* - * Find tunnel control block and (indirectly) call the appropriate - * kernel crypto routine. The resulting mbuf chain is a valid - * IP packet ready to go through input processing. - */ + * Find tunnel control block and (indirectly) call the appropriate + * kernel crypto routine. The resulting mbuf chain is a valid + * IP packet ready to go through input processing. + */ bzero(&dst_address, sizeof(dst_address)); dst_address.sa.sa_family = af; |