diff options
Diffstat (limited to 'src/chdebug.c')
-rw-r--r-- | src/chdebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chdebug.c b/src/chdebug.c index aa76a13f4..e23cc6acb 100644 --- a/src/chdebug.c +++ b/src/chdebug.c @@ -45,7 +45,7 @@ void trace_init(void) { * @brief Inserts in the circular debug trace buffer a context switch record.
*
* @param[in] otp the thread being switched out
- * @param[in] ntp the thread to be resumed
+ * @param[in] ntp the thread to be switched in
*/
void chDbgTrace(Thread *otp, Thread *ntp) {
|