src/inc/psl.h 1.41

1.41 2009/03/10 20:30:14 markd
fixed typo in comment
Index: src/inc/psl.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/psl.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -b -B -U 4 -r1.40 -r1.41
--- src/inc/psl.h	5 Mar 2009 00:41:20 -0000	1.40
+++ src/inc/psl.h	10 Mar 2009 20:30:14 -0000	1.41
@@ -305,9 +305,9 @@
 float pslQueryAligned(struct psl *psl);
 /* compute fraction of query that was aligned */
 
 INLINE unsigned pslQEnd(struct psl *psl, int blkIdx)
-/* return query target end for the given block */
+/* return query end for the given block */
 {
 return psl->qStarts[blkIdx] + psl->blockSizes[blkIdx];
 }