Commit 959edef6 authored by Xiang wangx's avatar Xiang wangx Committed by Jakub Kicinski
Browse files

ppp: Fix typo in comment

parent 382f99c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2968,7 +2968,7 @@ ppp_unregister_channel(struct ppp_channel *chan)
	chan->ppp = NULL;

	/*
	 * This ensures that we have returned from any calls into the
	 * This ensures that we have returned from any calls into
	 * the channel's start_xmit or ioctl routine before we proceed.
	 */
	down_write(&pch->chan_sem);