From 3fa14a7b41e99a41b4100c5cb9a6f315df963493 Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Mon, 21 Dec 2009 11:01:49 +0000
Subject: [PATCH] trivial comment fix.

---
 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 db6448359..6e8d9da9f 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: Oct  1 10:43 2009 (edgrif)
+ * Last edited: Dec 21 08:39 2009 (edgrif)
  * Created: Wed Feb  2 11:47:16 2005 (edgrif)
- * CVS info:   $Id: zmapServerProtocol.h,v 1.27 2009-12-21 09:39:45 mh17 Exp $
+ * CVS info:   $Id: zmapServerProtocol.h,v 1.28 2009-12-21 11:01:49 edgrif Exp $
  *-------------------------------------------------------------------
  */
 #ifndef ZMAP_PROTOCOL_H
@@ -207,7 +207,7 @@ typedef struct
 
 
 /* Used to ask for a specific sequence(s), currently this is targetted at blixem and so some stuff
- * is targetted for that usage, although knowing the selected feature is useful for a number of
+ * is probably tailored to that usage, although knowing the selected feature is useful for a number of
  * operations. */
 typedef struct
 {
@@ -220,7 +220,7 @@ typedef struct
   GList *sequences ;					    /* List of ZMapSequenceStruct which
 							       hold name of sequence to be fetched. */
 
-  int flags;
+  int flags ;
 } ZMapServerReqGetSequenceStruct, *ZMapServerReqGetSequence ;
 
 
-- 
GitLab