Skip to content

Commit 38894ff

Browse files
liyouhongkuba-moo
liyouhong
authored andcommitted
ppp: Fix spelling typo in comment in ppp_async_encode()
Fix spelling typo in comment Reported-by: k2ci <[email protected]> Signed-off-by: liyouhong <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 501869f commit 38894ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ppp/ppp_async.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ ppp_async_encode(struct asyncppp *ap)
533533
proto = get_unaligned_be16(data);
534534

535535
/*
536-
* LCP packets with code values between 1 (configure-reqest)
536+
* LCP packets with code values between 1 (configure-request)
537537
* and 7 (code-reject) must be sent as though no options
538538
* had been negotiated.
539539
*/

0 commit comments

Comments
 (0)