mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
PPP: Fix speling issues
Found by codespell
This commit is contained in:
parent
20c9b117e1
commit
0ab52ff447
@ -128,7 +128,7 @@ PACK_STRUCT_END
|
|||||||
#define PPPOE_TAG_RELAYSID 0x0110 /* relay session id */
|
#define PPPOE_TAG_RELAYSID 0x0110 /* relay session id */
|
||||||
#define PPPOE_TAG_SNAME_ERR 0x0201 /* service name error */
|
#define PPPOE_TAG_SNAME_ERR 0x0201 /* service name error */
|
||||||
#define PPPOE_TAG_ACSYS_ERR 0x0202 /* AC system error */
|
#define PPPOE_TAG_ACSYS_ERR 0x0202 /* AC system error */
|
||||||
#define PPPOE_TAG_GENERIC_ERR 0x0203 /* gerneric error */
|
#define PPPOE_TAG_GENERIC_ERR 0x0203 /* generic error */
|
||||||
|
|
||||||
#define PPPOE_CODE_PADI 0x09 /* Active Discovery Initiation */
|
#define PPPOE_CODE_PADI 0x09 /* Active Discovery Initiation */
|
||||||
#define PPPOE_CODE_PADO 0x07 /* Active Discovery Offer */
|
#define PPPOE_CODE_PADO 0x07 /* Active Discovery Offer */
|
||||||
|
@ -53,7 +53,7 @@ extern "C" {
|
|||||||
*
|
*
|
||||||
* There are 5 numbers which can change (they are always inserted
|
* There are 5 numbers which can change (they are always inserted
|
||||||
* in the following order): TCP urgent pointer, window,
|
* in the following order): TCP urgent pointer, window,
|
||||||
* acknowlegement, sequence number and IP ID. (The urgent pointer
|
* acknowledgement, sequence number and IP ID. (The urgent pointer
|
||||||
* is different from the others in that its value is sent, not the
|
* is different from the others in that its value is sent, not the
|
||||||
* change in value.) Since typical use of SLIP links is biased
|
* change in value.) Since typical use of SLIP links is biased
|
||||||
* toward small packets (see comments on MTU/MSS below), changes
|
* toward small packets (see comments on MTU/MSS below), changes
|
||||||
|
@ -1499,7 +1499,7 @@ static int lcp_nakci(fsm *f, u_char *p, int len, int treat_as_reject) {
|
|||||||
break;
|
break;
|
||||||
case CI_AUTHTYPE:
|
case CI_AUTHTYPE:
|
||||||
/* This is potentially dead code (#if !PPP_AUTH_SUPPORT)
|
/* This is potentially dead code (#if !PPP_AUTH_SUPPORT)
|
||||||
* Thus the double parantheses to mark the code explicitely
|
* Thus the double parentheses to mark the code explicitly
|
||||||
* disabled when building with clang
|
* disabled when building with clang
|
||||||
*/
|
*/
|
||||||
if ((0
|
if ((0
|
||||||
|
Loading…
Reference in New Issue
Block a user