diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-13 22:51:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-13 22:51:49 +0000 |
commit | be52a827c6a5b619e3243ae70eaa12b75324bd25 (patch) | |
tree | f18a89b65a4d35e30fb6c6badcf9bb0ecdfbb722 /sys | |
parent | 4883dfff40503996645e79010593c643ac0de8fd (diff) |
spelling; dlg
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/if_pfsync.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_pfsync.h b/sys/net/if_pfsync.h index df6c949bb96..cab1f69b167 100644 --- a/sys/net/if_pfsync.h +++ b/sys/net/if_pfsync.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pfsync.h,v 1.14 2004/04/28 00:47:06 mcbride Exp $ */ +/* $OpenBSD: if_pfsync.h,v 1.15 2004/07/13 22:51:48 deraadt Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -151,8 +151,8 @@ struct pfsync_softc { struct timeout sc_bulk_tmo; struct timeout sc_bulkfail_tmo; struct in_addr sc_sendaddr; - struct mbuf *sc_mbuf; /* current cummulative mbuf */ - struct mbuf *sc_mbuf_net; /* current cummulative mbuf */ + struct mbuf *sc_mbuf; /* current cumulative mbuf */ + struct mbuf *sc_mbuf_net; /* current cumulative mbuf */ union sc_statep sc_statep; union sc_statep sc_statep_net; u_int32_t sc_ureq_received; |