Skip to content

Commit

Permalink
Fix a typo in sam.h documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 authored and jkbonfield committed Oct 14, 2022
1 parent 853b801 commit 32de287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htslib/sam.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ extern const int8_t bam_cigar_table[256];
* Mate position and insert size also need to be 64-bit, but
* we won't accept more than 32-bit for tid.
*
* The bam_core_t structure is the *in memory* layout and not
* The bam1_core_t structure is the *in memory* layout and not
* the same as the on-disk format. 64-bit changes here permit
* SAM to work with very long chromosomes and permit BAM and CRAM
* to seamlessly update in the future without further API/ABI
Expand Down

0 comments on commit 32de287

Please sign in to comment.