aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/MSP430/chcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/MSP430/chcore.c')
-rw-r--r--os/ports/GCC/MSP430/chcore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ports/GCC/MSP430/chcore.c b/os/ports/GCC/MSP430/chcore.c
index 399c8a6f0..369e70987 100644
--- a/os/ports/GCC/MSP430/chcore.c
+++ b/os/ports/GCC/MSP430/chcore.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.
@@ -61,7 +61,7 @@ void port_switch(Thread *otp, Thread *ntp) {
}
/**
- * Disables the interrupts and halts the system.
+ * Disables the interrupts and halts the system.
* @note The function is declared as a weak symbol, it is possible to redefine
* it in your application code.
*/