src/hg/hgTracks/variation.c 1.148

1.148 2010/06/07 16:54:21 angie
Comment tweak.
Index: src/hg/hgTracks/variation.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/variation.c,v
retrieving revision 1.147
retrieving revision 1.148
diff -b -B -U 4 -r1.147 -r1.148
--- src/hg/hgTracks/variation.c	11 May 2010 01:43:28 -0000	1.147
+++ src/hg/hgTracks/variation.c	7 Jun 2010 16:54:21 -0000	1.148
@@ -483,9 +483,9 @@
      * indexes onto the simpler types' indexes. */
     hashAddInt(snp125FuncCartColorHash, snp125FuncDataName[i],
 	       stringArrayIx(snp125FuncCart[i],
 			     snp125ColorLabel, snp125ColorLabelSize));
-    /* Similarly, map names.  Self-mapping here, others below. */
+    /* Similarly, map names.  Self-mapping here, synonyms below. */
     hashAdd(snp125FuncCartNameHash, snp125FuncDataName[i],
 	    snp125FuncDataName[i]);
     snp125FuncIncludeCart[i] = cartUsualBoolean(cart, snp125FuncIncludeStrings[i], snp125FuncIncludeDefault[i]);
     }