From 71442c983ac0d11046ad6e13788fedadd923770f Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Mon, 6 Apr 2009 13:27:43 +0000
Subject: [PATCH] improve comments.

---
 src/include/ZMap/zmapServerProtocol.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/include/ZMap/zmapServerProtocol.h b/src/include/ZMap/zmapServerProtocol.h
index 019394846..5d142a290 100755
--- a/src/include/ZMap/zmapServerProtocol.h
+++ b/src/include/ZMap/zmapServerProtocol.h
@@ -27,9 +27,9 @@
  *              structs that give all the information/fields for the request/reply.
  *              
  * HISTORY:
- * Last edited: Mar 20 12:04 2009 (edgrif)
+ * Last edited: Mar 23 11:36 2009 (edgrif)
  * Created: Wed Feb  2 11:47:16 2005 (edgrif)
- * CVS info:   $Id: zmapServerProtocol.h,v 1.20 2009-03-20 12:40:44 edgrif Exp $
+ * CVS info:   $Id: zmapServerProtocol.h,v 1.21 2009-04-06 13:27:43 edgrif Exp $
  *-------------------------------------------------------------------
  */
 #ifndef ZMAP_PROTOCOL_H
@@ -86,7 +86,7 @@ typedef struct
 
 
 
-/* Open a connection to a server. */
+/* Create a connection object. */
 typedef struct
 {
   ZMapServerReqType type ;
@@ -100,7 +100,7 @@ typedef struct
 } ZMapServerReqCreateStruct, *ZMapServerReqCreate ;
 
 
-/* Open a connection to a server. */
+/* Open the connection to the server. */
 typedef struct
 {
   ZMapServerReqType type ;
-- 
GitLab