Skip to content

Commit b563365

Browse files
authored
Merge pull request #366 from AdamaJava/check_pull_request
docs(fixed typo in comment): fixed typo in comment
2 parents 2eaad5a + aeaba5a commit b563365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)