Index: kernel/generic/src/udebug/udebug_ops.c
===================================================================
--- kernel/generic/src/udebug/udebug_ops.c	(revision 5667dcafabd2d4011aab17d1ae71978ce3d3cd45)
+++ kernel/generic/src/udebug/udebug_ops.c	(revision d70dc1c40835f7e957ea1b4fa52c29db4d21ced4)
@@ -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;
