Fix comments.

Change-Id: Ifdb875d86ece261002680d7bc18221eca909bed5
diff --git a/main.c b/main.c
index 11bbc2e..cf3a95d 100644
--- a/main.c
+++ b/main.c
@@ -172,7 +172,8 @@
 	if (!hsock)
 		return;
 
-	/* TODO: From this point on, there are two failure paths: when we
+	/*
+	 * TODO: From this point on, there are two failure paths: when we
 	 * create the skb below, and when we enqueue it to the socket. What
 	 * should we do if they fail? Ideally we would have some form of flow
 	 * control to prevent message loss, but how to do it efficiently?
@@ -352,7 +353,7 @@
 
 	/*
 	 * Wait for in-flight lookups to finish. We need to do this here because
-	 * in-flight lookups  rely on the reference to the socket we're about to
+	 * in-flight lookups rely on the reference to the socket we're about to
 	 * release.
 	 */
 	synchronize_rcu();