From a4a962321e8e0b7484339dbb047766a348848d98 Mon Sep 17 00:00:00 2001
From: mh17 <mh17>
Date: Wed, 9 Jun 2010 11:25:53 +0000
Subject: [PATCH] a comment

---
 src/zmapFeature/zmapFeatureUtils.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/zmapFeature/zmapFeatureUtils.c b/src/zmapFeature/zmapFeatureUtils.c
index 6fe2172a6..ee1508077 100755
--- a/src/zmapFeature/zmapFeatureUtils.c
+++ b/src/zmapFeature/zmapFeatureUtils.c
@@ -28,7 +28,7 @@
  * HISTORY:
  * Last edited: Sep  2 09:42 2009 (edgrif)
  * Created: Tue Nov 2 2004 (rnc)
- * CVS info:   $Id: zmapFeatureUtils.c,v 1.70 2010-06-08 08:31:24 mh17 Exp $
+ * CVS info:   $Id: zmapFeatureUtils.c,v 1.71 2010-06-09 11:25:53 mh17 Exp $
  *-------------------------------------------------------------------
  */
 
@@ -456,7 +456,7 @@ char *zMapFeatureCanonName(char *feature_name)
 
 
 /* This function creates a unique id for a feature. This is essential if we are to use the
- * g_datalist package to hold and reference features. Code should _ALWAYS_ use this function
+ * g_hash_table package to hold and reference features. Code should _ALWAYS_ use this function
  * to produce these IDs.
  * Caller must g_free() returned string when finished with. */
 char *zMapFeatureCreateName(ZMapStyleMode feature_type,
-- 
GitLab