src/inc/bigBed.h 1.15

1.15 2009/06/17 15:19:03 kent
Updating comments to more closely reflect code.
Index: src/inc/bigBed.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/bigBed.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -B -U 4 -r1.14 -r1.15
--- src/inc/bigBed.h	13 May 2009 01:13:57 -0000	1.14
+++ src/inc/bigBed.h	17 Jun 2009 15:19:03 -0000	1.15
@@ -29,9 +29,9 @@
     bits32 chromId;		/* Chromosome ID. */
     };
 
 struct bbiFile *bigBedFileOpen(char *fileName);
-/* Open up big bed file.   Free this up with bbiFileFree */
+/* Open up big bed file.   Free this up with bbiFileClose. */
 
 struct bigBedInterval *bigBedIntervalQuery(struct bbiFile *bbi, char *chrom, 
 	bits32 start, bits32 end, int maxItems, struct lm *lm);
 /* Get data for interval.  Return list allocated out of lm.  Set maxItems to maximum