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 36795edf59b53d3f30384d83e6a8042eec3ea891)
@@ -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;
