diff options
author | 2004-03-22 04:37:20 +0000 | |
---|---|---|
committer | 2004-03-22 04:37:20 +0000 | |
commit | 5dbf2f1d6240ca1fb7f186b5a818846b9311dc7e (patch) | |
tree | da94cb29adf0268d1851db286dbed62d1b0698e3 | |
parent | Pass pfsync and carp traffic in the boot-time pf configuration. (diff) | |
download | wireguard-openbsd-5dbf2f1d6240ca1fb7f186b5a818846b9311dc7e.tar.xz wireguard-openbsd-5dbf2f1d6240ca1fb7f186b5a818846b9311dc7e.zip |
spelling; jjy2+@pitt.edu
-rw-r--r-- | sys/netinet/ip_id.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_id.c b/sys/netinet/ip_id.c index a8accf641d9..b2a946bc9ef 100644 --- a/sys/netinet/ip_id.c +++ b/sys/netinet/ip_id.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_id.c,v 1.11 2003/12/12 06:57:12 itojun Exp $ */ +/* $OpenBSD: ip_id.c,v 1.12 2004/03/22 04:37:20 deraadt Exp $ */ /* * Copyright 1998 Niels Provos <provos@citi.umich.edu> @@ -45,7 +45,7 @@ * The transaction id is determined by: * id[n] = seed xor (g^X[n] mod n) * - * Effectivly the id is restricted to the lower 15 bits, thus + * Effectively the id is restricted to the lower 15 bits, thus * yielding two different cycles by toggling the msb on and off. * This avoids reuse issues caused by reseeding. */ |