diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-01-17 09:34:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-01-17 09:34:46 +0000 |
commit | 3e62617990c8fcea0649eacd6f769f4e544b920d (patch) | |
tree | 6c1ac8f7bd61bdc63186af8002d649857cb1140c /src/include/lists.h | |
parent | e8aefc848a06089e99abd665db850483907f95b6 (diff) | |
download | ChibiOS-3e62617990c8fcea0649eacd6f769f4e544b920d.tar.gz ChibiOS-3e62617990c8fcea0649eacd6f769f4e544b920d.tar.bz2 ChibiOS-3e62617990c8fcea0649eacd6f769f4e544b920d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@178 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/lists.h')
-rw-r--r-- | src/include/lists.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/lists.h b/src/include/lists.h index 2a8f20e82..1038cb340 100644 --- a/src/include/lists.h +++ b/src/include/lists.h @@ -32,7 +32,7 @@ typedef struct Thread Thread; #define notempty(p) ((p)->p_next != (Thread *)(p))
/**
- * Generic threads FIFO queue header and element.
+ * Generic threads queue header and element.
*/
typedef struct {
/** Next \p Thread in the queue, in FIFO order.*/
|