summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorGleydson Soares <gsoares@cvs.openbsd.org>2013-04-26 02:20:05 +0000
committerGleydson Soares <gsoares@cvs.openbsd.org>2013-04-26 02:20:05 +0000
commitfd66c450d1674d93b5ae8af32b9fb58401e47f9a (patch)
treed49ad50cf20e5d893f91b0d1fb79a21cb5bb3ed7 /usr.sbin
parent26f71142a96260c0e7cd61ac9b21578ec31acbc2 (diff)
fix typo in comment; OK yasuoka@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/npppd/npppd/ppp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/npppd/npppd/ppp.h b/usr.sbin/npppd/npppd/ppp.h
index b471be6d1f3..e5c4a2305b7 100644
--- a/usr.sbin/npppd/npppd/ppp.h
+++ b/usr.sbin/npppd/npppd/ppp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ppp.h,v 1.15 2013/02/13 22:10:38 yasuoka Exp $ */
+/* $OpenBSD: ppp.h,v 1.16 2013/04/26 02:20:04 gsoares Exp $ */
/*-
* Copyright (c) 2009 Internet Initiative Japan Inc.
@@ -723,7 +723,7 @@ typedef struct _dialin_proxy_info {
* Comparing the MRU indicated by Windows and TCP MSS indicated by the
* same Windows, Windows uses MRU minus 40 octets as a TCP MSS value
* simply. So a TCP/IP packet that has max segment size with MPPE
- * requires MRU + 4 octets. If the packet witout MPPE requires just MRU
+ * requires MRU + 4 octets. If the packet without MPPE requires just MRU
* octets.
*
* If MRU doesn't cover MPPE/CCP header, we need to avoid sending MRU + 4