aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/mailboxes.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/mailboxes.h')
-rw-r--r--os/kernel/include/mailboxes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/include/mailboxes.h b/os/kernel/include/mailboxes.h
index 33048229f..d2c71b6d8 100644
--- a/os/kernel/include/mailboxes.h
+++ b/os/kernel/include/mailboxes.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.
@@ -102,7 +102,7 @@ extern "C" {
* @note A message must be waiting in the queue for this function to work or
* it would return garbage. The correct way to use this macro is to
* use @p chMBGetFull() and then use this macro, all within a lock
- * state.
+ * state.
*/
#define chMBPeek(mbp) (*(mbp)->mb_rdptr)