src/inc/bbiFile.h 1.9

1.9 2009/06/17 15:19:01 kent
Updating comments to more closely reflect code.
Index: src/inc/bbiFile.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/bbiFile.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/inc/bbiFile.h	17 Mar 2009 20:46:33 -0000	1.8
+++ src/inc/bbiFile.h	17 Jun 2009 15:19:01 -0000	1.9
@@ -191,9 +191,9 @@
 
 boolean bbiSummaryArrayExtended(struct bbiFile *bbi, char *chrom, bits32 start, bits32 end,
 	BbiFetchIntervals fetchIntervals,
 	int summarySize, struct bbiSummaryElement *summary);
-/* Fill in summary with  data from indicated chromosome range in bigWig file. 
+/* Fill in summary with  data from indicated chromosome range in bigWig/bigBed file. 
  * Returns FALSE if no data at that position. */
 
 boolean bbiSummaryArray(struct bbiFile *bbi, char *chrom, bits32 start, bits32 end,
 	BbiFetchIntervals fetchIntervals,