aboutsummaryrefslogtreecommitdiffstats
path: root/src/chdebug.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-18 20:14:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-18 20:14:49 +0000
commitd86b7080f58264a1952e1cb67b238728c0bdfd71 (patch)
tree16442ac809c77ca0e85b1c94d0ddcae1531ec50d /src/chdebug.c
parente4534bc973bd77cfb41d82539e2eb7e9798001d8 (diff)
downloadChibiOS-d86b7080f58264a1952e1cb67b238728c0bdfd71.tar.gz
ChibiOS-d86b7080f58264a1952e1cb67b238728c0bdfd71.tar.bz2
ChibiOS-d86b7080f58264a1952e1cb67b238728c0bdfd71.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@854 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chdebug.c')
-rw-r--r--src/chdebug.c2
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) {