diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-06-01 06:11:09 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-06-01 06:11:09 +0000 |
commit | a0b5f13b266f2b01ec1851b7f5d0b77b1e609931 (patch) | |
tree | 324456436f6619b2d0edff77305e46a65037cade /sys | |
parent | 351d6ed48796a3a3da6644842a0082fe9f449a36 (diff) |
Fix the German's comment typos.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/ip_ipsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c index 30b1380b90a..f017aaf594c 100644 --- a/sys/netinet/ip_ipsp.c +++ b/sys/netinet/ip_ipsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.c,v 1.89 2000/06/01 05:46:12 angelos Exp $ */ +/* $OpenBSD: ip_ipsp.c,v 1.90 2000/06/01 06:11:08 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -149,7 +149,7 @@ static u_int tdb_hashmask = TDB_HASHSIZE_INIT - 1; static int tdb_count; /* - * Check which transformationes are required + * Check which transformations are required. */ u_int8_t get_sa_require(struct inpcb *inp) |