aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/lists.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/lists.h')
-rw-r--r--os/kernel/include/lists.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/include/lists.h b/os/kernel/include/lists.h
index 9240a6fcb..48841c687 100644
--- a/os/kernel/include/lists.h
+++ b/os/kernel/include/lists.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -45,7 +45,7 @@ typedef struct Thread Thread;
/**
* @brief Evaluates to @p TRUE if the specified threads queue or list is
- * empty.
+ * empty.
*/
#define isempty(p) ((p)->p_next == (Thread *)(p))