iob_trimhead.c: Fix a comment typo

This commit is contained in:
YAMAMOTO Takashi 2021-03-16 13:07:49 +09:00 committed by Xiang Xiao
parent 6b9d2fef00
commit f8d56b9da2
1 changed files with 1 additions and 1 deletions

View File

@ -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)