Code review fixes.
diff --git a/core/sqf/monitor/linux/comm.cxx b/core/sqf/monitor/linux/comm.cxx
index 88cd208..1e20105 100644
--- a/core/sqf/monitor/linux/comm.cxx
+++ b/core/sqf/monitor/linux/comm.cxx
@@ -287,10 +287,10 @@
     const char method_name[] = "CComm::Connect";
     TRACE_ENTRY;
 
-    int  sock;      // socket
-    int  ret;       // returned value
-    int  nodelay = 1; // sockopt reuse option
-    int  reuse = 1; // sockopt reuse option
+    int  sock;          // socket
+    int  ret;           // returned value
+    int  nodelay = 1;   // sockopt TCP_NODELAY option
+    int  reuse = 1;     // sockopt SO_REUSEADDR option
 #if defined(_XOPEN_SOURCE_EXTENDED)
 #ifdef __LP64__
     socklen_t  size;    // size of socket address