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 7020d1ffb2252c7a016ab32d1c98df8473acee73)
@@ -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;
