aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/coverage/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/coverage/chconf.h')
-rw-r--r--test/rt/coverage/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rt/coverage/chconf.h b/test/rt/coverage/chconf.h
index a08521301..e8778eebd 100644
--- a/test/rt/coverage/chconf.h
+++ b/test/rt/coverage/chconf.h
@@ -440,7 +440,7 @@
* @details This hook is invoked just before switching between threads.
*/
#define CH_CFG_CONTEXT_SWITCH_HOOK(ntp, otp) { \
- /* System halt code here.*/ \
+ /* Context switch code here.*/ \
}
/**