summaryrefslogtreecommitdiff
path: root/nuttx/include/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/queue.h')
-rw-r--r--nuttx/include/queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/queue.h b/nuttx/include/queue.h
index 28874a5ae..ba1f2de86 100644
--- a/nuttx/include/queue.h
+++ b/nuttx/include/queue.h
@@ -1,7 +1,7 @@
/************************************************************************
* queue.h
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@
#include <sys/types.h>
/************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************/
#define sq_init(q) do { (q)->head = NULL; (q)->tail = NULL; } while (0)