iob_trimhead.c: Fix a comment typo
This commit is contained in:
parent
6b9d2fef00
commit
f8d56b9da2
|
@ -61,7 +61,7 @@ FAR struct iob_s *iob_trimhead(FAR struct iob_s *iob, unsigned int trimlen,
|
|||
|
||||
if (iob && trimlen > 0)
|
||||
{
|
||||
/* Trim from the head of the I/IO buffer chain */
|
||||
/* Trim from the head of the I/O buffer chain */
|
||||
|
||||
pktlen = iob->io_pktlen;
|
||||
while (trimlen > 0 && iob != NULL)
|
||||
|
|
Loading…
Reference in New Issue