src/hg/lib/trackDbCustom.c 1.89

1.89 2010/05/18 20:04:52 kent
Fixing reference to nonexistant function in comment.
Index: src/hg/lib/trackDbCustom.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/trackDbCustom.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -b -B -U 4 -r1.88 -r1.89
--- src/hg/lib/trackDbCustom.c	11 May 2010 19:07:24 -0000	1.88
+++ src/hg/lib/trackDbCustom.c	18 May 2010 20:04:52 -0000	1.89
@@ -315,9 +315,9 @@
 }
 
 static struct hash *trackDbSettingsFromString(char *string)
 /* Return hash of key/value pairs from string.  Differs
- * from raSettingsFromString in that it passes the key/val
+ * from raFromString in that it passes the key/val
  * pair through the backwards compatability routines. */
 {
 char *dupe = cloneString(string);
 char *s = dupe, *lineEnd;