Skip to content

Commit aeaba5a

Browse files
committed
docs(fixed typo in comment): fixed typo in comment
1 parent 2eaad5a commit aeaba5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qprofiler2/src/org/qcmg/qprofiler2/util/CycleSummaryUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static String tallyMDMismatches(final String mdData, Cigar cigar, final C
4343
deletion = false;
4444
continue;
4545
}
46-
// got a letter - update summary with positio
46+
// got a letter - update summary with position
4747
// check cigar to see if we need to adjust our offset due to insertions etc
4848
int additionalOffset = SAMUtils.getAdjustedReadOffset(cigar, position);
4949
if (position + additionalOffset > readBases.length) {

0 commit comments

Comments
 (0)