summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_id.c
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2007-11-26 09:28:35 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2007-11-26 09:28:35 +0000
commit04b4ef9c75ed734905ee1bdf681657395bf1dd08 (patch)
tree7afd3082a841d290022885a5e94f2226628afa31 /sys/netinet/ip_id.c
parentc8bcb9eaf1366f287c7c29562467558769a87f3c (diff)
typos; ok jmc@
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@
Diffstat (limited to 'sys/netinet/ip_id.c')
-rw-r--r--sys/netinet/ip_id.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_id.c b/sys/netinet/ip_id.c
index 339cf09e084..f557519f76f 100644
--- a/sys/netinet/ip_id.c
+++ b/sys/netinet/ip_id.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_id.c,v 1.14 2007/05/27 19:59:11 dlg Exp $ */
+/* $OpenBSD: ip_id.c,v 1.15 2007/11/26 09:28:33 martynas Exp $ */
/*
* Copyright 1998 Niels Provos <provos@citi.umich.edu>
@@ -106,7 +106,7 @@ pmod(u_int16_t gen, u_int16_t expo, u_int16_t mod)
}
/*
- * Initalizes the seed and chooses a suitable generator. Also toggles
+ * Initializes the seed and chooses a suitable generator. Also toggles
* the msb flag. The msb flag is used to generate two distinct
* cycles of random numbers and thus avoiding reuse of ids.
*