Fix comment

This commit is contained in:
Nils O. Selåsdal
2013-11-30 13:42:49 +01:00
parent 6dc59ccbf8
commit 2ac412917a
+1 -1
View File
@@ -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
//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
#define UC_TAILQ_FIRST(head)\