From 2ac412917a73fc7862c5a1167b7b0ff74c31d628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Sat, 30 Nov 2013 13:42:49 +0100 Subject: [PATCH] Fix comment --- include/ucore/tailq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ucore/tailq.h b/include/ucore/tailq.h index 761259a..010fb8a 100644 --- a/include/ucore/tailq.h +++ b/include/ucore/tailq.h @@ -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)\