mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-06 12:13:37 +08:00
PPP: Fix speling issues
Found by codespell
This commit is contained in:
@@ -1499,7 +1499,7 @@ static int lcp_nakci(fsm *f, u_char *p, int len, int treat_as_reject) {
|
||||
break;
|
||||
case CI_AUTHTYPE:
|
||||
/* 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
|
||||
*/
|
||||
if ((0
|
||||
|
||||
Reference in New Issue
Block a user