Fix typo in iob.h

This commit is contained in:
Gregory Nutt 2014-06-08 06:54:10 -06:00
parent 7b460bf1aa
commit 074c596674

View File

@ -56,7 +56,7 @@
/* IOB helpers */
#define IOB_DATA(p) (&(p)-io_data[(p)->io_offset])
#define IOB_DATA(p) (&(p)->io_data[(p)->io_offset])
#define IOB_FREESPACE(p) (CONFIG_IOB_BUFSIZE - (p)->io_len - (p)->io_offset)
/* Queue helpers */