Index: kernel/generic/src/udebug/udebug_ops.c
===================================================================
--- kernel/generic/src/udebug/udebug_ops.c	(revision fa603e9908d894356690de9782e4735496a91a8a)
+++ kernel/generic/src/udebug/udebug_ops.c	(revision c95daa5680d47baf9d07b783ffe4c9891de4ce35)
@@ -123,5 +123,5 @@
 	/* Now verify that the thread belongs to the current task. */
 	if (thread->task != TASK) {
-		/* No such thread belonging this task*/
+		/* No such thread belonging this task */
 		mutex_unlock(&TASK->udebug.lock);
 		return ENOENT;
