Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys typo
details: https://anonhg.NetBSD.org/src/rev/563bb7f03431
branches: trunk
changeset: 559741:563bb7f03431
user: itojun <itojun%NetBSD.org@localhost>
date: Tue Mar 23 05:31:54 2004 +0000
description:
typo
diffstat:
sys/netinet/ip_id.c | 6 +++---
sys/netinet6/ip6_id.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (50 lines):
diff -r b07965df8ee8 -r 563bb7f03431 sys/netinet/ip_id.c
--- a/sys/netinet/ip_id.c Tue Mar 23 03:48:39 2004 +0000
+++ b/sys/netinet/ip_id.c Tue Mar 23 05:31:54 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_id.c,v 1.7 2004/01/02 20:51:51 itojun Exp $ */
+/* $NetBSD: ip_id.c,v 1.8 2004/03/23 05:31:54 itojun Exp $ */
/* $OpenBSD: ip_id.c,v 1.6 2002/03/15 18:19:52 millert Exp $ */
/*
@@ -46,13 +46,13 @@
* 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.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_id.c,v 1.7 2004/01/02 20:51:51 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_id.c,v 1.8 2004/03/23 05:31:54 itojun Exp $");
#include "opt_inet.h"
diff -r b07965df8ee8 -r 563bb7f03431 sys/netinet6/ip6_id.c
--- a/sys/netinet6/ip6_id.c Tue Mar 23 03:48:39 2004 +0000
+++ b/sys/netinet6/ip6_id.c Tue Mar 23 05:31:54 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip6_id.c,v 1.12 2003/12/26 19:04:56 wiz Exp $ */
+/* $NetBSD: ip6_id.c,v 1.13 2004/03/23 05:31:54 itojun Exp $ */
/* $KAME: ip6_id.c,v 1.8 2003/09/06 13:41:06 itojun Exp $ */
/* $OpenBSD: ip_id.c,v 1.6 2002/03/15 18:19:52 millert Exp $ */
@@ -76,13 +76,13 @@
* The transaction id is determined by:
* id[n] = seed xor (g^X[n] mod n)
*
- * Effectivly the id is restricted to the lower (bits - 1) bits, thus
+ * Effectively the id is restricted to the lower (bits - 1) bits, thus
* yielding two different cycles by toggling the msb on and off.
* This avoids reuse issues caused by reseeding.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip6_id.c,v 1.12 2003/12/26 19:04:56 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip6_id.c,v 1.13 2004/03/23 05:31:54 itojun Exp $");
#include <sys/types.h>
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index