summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorjasoni <jasoni@cvs.openbsd.org>2002-05-06 15:49:55 +0000
committerjasoni <jasoni@cvs.openbsd.org>2002-05-06 15:49:55 +0000
commit1e31d52f75e880b62599cf3c47960019f4bfcc24 (patch)
tree71d2fb0136d9245ccd2fe89fbffeb26ae364406a /sys/net
parent4a9bce8ac7bdac5a1b1a356088d4deff7896027f (diff)
typo in comment
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/pf_norm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf_norm.c b/sys/net/pf_norm.c
index 5cf6404ea1f..a525259d4fb 100644
--- a/sys/net/pf_norm.c
+++ b/sys/net/pf_norm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_norm.c,v 1.24 2002/04/24 18:10:25 dhartmei Exp $ */
+/* $OpenBSD: pf_norm.c,v 1.25 2002/05/06 15:49:54 jasoni Exp $ */
/*
* Copyright 2001 Niels Provos <provos@citi.umich.edu>
@@ -334,7 +334,7 @@ pf_reassemble(struct mbuf **m0, struct pf_fragment *frag,
}
insert:
- /* Update maxmimum data size */
+ /* Update maximum data size */
if (frag->fr_max < max)
frag->fr_max = max;
/* This is the last segment */