Index: uspace/lib/hound/src/protocol.c
===================================================================
--- uspace/lib/hound/src/protocol.c	(revision fafb8e5dc8a80c87cf66270ca6f93d574a95471c)
+++ uspace/lib/hound/src/protocol.c	(revision 8fb674bf23f163e488d9f574fd372f15eacb9f21)
@@ -394,5 +394,5 @@
 	void *sink;
 
-	/* Accept connection if there is a valid iface*/
+	/* Accept connection if there is a valid iface */
 	if (server_iface) {
 		async_accept_0(icall);
@@ -547,5 +547,5 @@
 			ret = async_data_write_accept(&source, true, 0, 0, 0,
 			    0);
-			/*read sink name */
+			/* read sink name */
 			if (ret == EOK)
 				ret = async_data_write_accept(&sink,
@@ -611,5 +611,5 @@
 		case IPC_M_HOUND_STREAM_EXIT:
 		case IPC_M_HOUND_STREAM_DRAIN:
-			/* Stream exit/drain is only allowed in stream context*/
+			/* Stream exit/drain is only allowed in stream context */
 			async_answer_0(&call, EINVAL);
 			break;
