diff options
Diffstat (limited to 'os/kernel/src/chmemcore.c')
| -rw-r--r-- | os/kernel/src/chmemcore.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/kernel/src/chmemcore.c b/os/kernel/src/chmemcore.c index d5adbef48..435120a33 100644 --- a/os/kernel/src/chmemcore.c +++ b/os/kernel/src/chmemcore.c @@ -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.
@@ -60,7 +60,7 @@ void core_init(void) { *
* @param[in] size the size of the block to be allocated
* @return A pointer to the allocated memory block.
- * @retval NULL allocation failed, core memory exhausted. + * @retval NULL allocation failed, core memory exhausted.
*/
void *chCoreAlloc(size_t size) {
void *p;
@@ -95,7 +95,7 @@ void *chCoreAllocI(size_t size) { /**
* @brief Core memory left.
*
- * @return The size, in bytes, of the free core memory. + * @return The size, in bytes, of the free core memory.
*/
size_t chCoreFree(void) {
|
