Commit 38894ff3 authored by liyouhong's avatar liyouhong Committed by Jakub Kicinski
Browse files

ppp: Fix spelling typo in comment in ppp_async_encode()

parent 501869fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -533,7 +533,7 @@ ppp_async_encode(struct asyncppp *ap)
	proto = get_unaligned_be16(data);

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