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 87822cef54e5abb65818d91148b7ff319d6292da)
@@ -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;
