aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/src/chdebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/src/chdebug.c')
-rw-r--r--os/rt/src/chdebug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/rt/src/chdebug.c b/os/rt/src/chdebug.c
index d1b792921..f9408d515 100644
--- a/os/rt/src/chdebug.c
+++ b/os/rt/src/chdebug.c
@@ -46,11 +46,11 @@
* - Called from an ISR.
* - Not called from a critical zone.
* .
- * - SV#6, misplaced @p chSysLockFromIsr().
+ * - SV#6, misplaced @p chSysLockFromISR().
* - Not called from an ISR.
* - Called from a critical zone.
* .
- * - SV#7, misplaced @p chSysUnlockFromIsr().
+ * - SV#7, misplaced @p chSysUnlockFromISR().
* - Not called from an ISR.
* - Not called from a critical zone.
* .