ng_ppp(4): Fix a typo in a comment

- s/delcared/declared/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-10-14 15:30:32 +02:00
parent 152c35ee4f
commit 0a8159d8ca

View File

@ -1514,7 +1514,7 @@ ng_ppp_rcvdata(hook_p hook, item_p item)
* is increased.
*
* o If we receive a fragment with seq# < MSEQ, we throw it away
* because we've already delcared it lost.
* because we've already declared it lost.
*
* This assumes linkNum != NG_PPP_BUNDLE_LINKNUM.
*/