Fix comment
This commit is contained in:
@@ -134,7 +134,7 @@ static UC_INLINE void uc_tailq_move_tail(struct TailQ *entry, struct TailQ *head
|
|||||||
|
|
||||||
//FIRST/NEXT/LAST/PREV macros similar to sys/queue.h
|
//FIRST/NEXT/LAST/PREV macros similar to sys/queue.h
|
||||||
//Note that unlike the standard TAILQ, you have to check
|
//Note that unlike the standard TAILQ, you have to check
|
||||||
// == head instead of == NULL to determine if the tailq entry
|
// != head instead of != NULL to determine if the tailq entry
|
||||||
// exists
|
// exists
|
||||||
|
|
||||||
#define UC_TAILQ_FIRST(head)\
|
#define UC_TAILQ_FIRST(head)\
|
||||||
|
|||||||
Reference in New Issue
Block a user