fixing typo

This commit is contained in:
Ryan Poplin 2012-09-05 10:41:03 -04:00
parent 9cc1a9931b
commit 84a83fd3f3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import java.util.Vector;
* of the read, plus an option extraInfo (useful for carrying info where needed).
* <p/>
* Also holds the critical apply function that actually execute the clipping operation on a provided read,
* according to the wishes of the supplid ClippingAlgorithm enum.
* according to the wishes of the supplied ClippingAlgorithm enum.
*/
public class ClippingOp {
public final int start, stop; // inclusive