diff options
author | 2002-05-06 15:49:54 +0000 | |
---|---|---|
committer | 2002-05-06 15:49:54 +0000 | |
commit | 07359607e14f9f0cea1281e26f02c52f7dfd3b47 (patch) | |
tree | 868b45a83076ac9de826fb6cc4abbfb1a0c638fc | |
parent | - Only copy the significant bits of the result out (and make sure the buffer (diff) | |
download | wireguard-openbsd-07359607e14f9f0cea1281e26f02c52f7dfd3b47.tar.xz wireguard-openbsd-07359607e14f9f0cea1281e26f02c52f7dfd3b47.zip |
typo in comment
-rw-r--r-- | sys/net/pf_norm.c | 4 |
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 */ |