diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-22 04:37:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-22 04:37:21 +0000 |
commit | 4d6c0c7208725a3573825ee052fe58d20e8b998c (patch) | |
tree | c7b389b0ddde774047417d5ec7340ea53dd857b3 /sys/netinet/ip_id.c | |
parent | c7699c82b538c87a2a5dbfccddedb27d27084173 (diff) |
spelling; jjy2+@pitt.edu
Diffstat (limited to 'sys/netinet/ip_id.c')
-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. */ |