diff options
Diffstat (limited to 'test/testheap.c')
-rw-r--r-- | test/testheap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testheap.c b/test/testheap.c index e157d1c54..7d5c25610 100644 --- a/test/testheap.c +++ b/test/testheap.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.
@@ -78,7 +78,7 @@ static void heap1_execute(void) { /*
* Test on the default heap in order to cover the core allocator at
- * least one time. + * least one time.
*/
(void)chHeapStatus(NULL, &sz);
p1 = chHeapAlloc(NULL, SIZE);
|