Fix typo in previous commit

This commit is contained in:
Andrey A. Chernov 1997-04-19 11:31:38 +00:00
parent 89a959711d
commit 4ded859ba2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25021

View File

@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
* *
* $Id: hdlc.c,v 1.11 1997/02/22 16:10:16 peter Exp $ * $Id: hdlc.c,v 1.12 1997/04/19 09:25:58 phk Exp $
* *
* TODO: * TODO:
*/ */
@ -336,7 +336,7 @@ HdlcInput(struct mbuf *bp)
bp->cnt -= 2; /* discard FCS part */ bp->cnt -= 2; /* discard FCS part */
if (bp->cnt < 2) { /* XXX: raise this bar ? */ if (bp->cnt < 2) { /* XXX: raise this bar ? */
bfree(bp); pfree(bp);
return; return;
} }