summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd/pptp/pptp.h
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2011-01-20 23:12:33 +0000
committerjasper <jasper@openbsd.org>2011-01-20 23:12:33 +0000
commit421b67a148d281275a69bf9ad4b1a36271492d76 (patch)
treec13c1c5ea3b7f682026e46074c9afd6774f313bd /usr.sbin/npppd/pptp/pptp.h
parent- remove some dead code, since we #define something and test for it on the next (diff)
downloadwireguard-openbsd-421b67a148d281275a69bf9ad4b1a36271492d76.tar.xz
wireguard-openbsd-421b67a148d281275a69bf9ad4b1a36271492d76.zip
- tyop, recieve -> receive
ok sthen@
Diffstat (limited to 'usr.sbin/npppd/pptp/pptp.h')
-rw-r--r--usr.sbin/npppd/pptp/pptp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/npppd/pptp/pptp.h b/usr.sbin/npppd/pptp/pptp.h
index adcc22893b0..db704aa0f79 100644
--- a/usr.sbin/npppd/pptp/pptp.h
+++ b/usr.sbin/npppd/pptp/pptp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pptp.h,v 1.4 2010/07/02 21:20:57 yasuoka Exp $ */
+/* $OpenBSD: pptp.h,v 1.5 2011/01/20 23:12:33 jasper Exp $ */
/*-
* Copyright (c) 2009 Internet Initiative Japan Inc.
@@ -300,7 +300,7 @@ typedef struct _pptp_call {
pptp_ctrl *ctrl; /* parent */
unsigned id;
- int ifidx; /* recieve interface index */
+ int ifidx; /* receive interface index */
int state;
@@ -310,8 +310,8 @@ typedef struct _pptp_call {
uint32_t snd_una; /* next ack notification */
uint32_t snd_nxt; /* next transmit sequence # */
- uint32_t rcv_nxt; /* recieved sequence # */
- uint32_t rcv_acked; /* latest acked recieved sequence # */
+ uint32_t rcv_nxt; /* received sequence # */
+ uint32_t rcv_acked; /* latest acked received sequence # */
int winsz; /* current window size */
int maxwinsz; /* maximum window size */