Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Apr 18, 2024
1 parent ec400bd commit dc34d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/branch_sequences.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ char *generate_branch_sequences(newick_node *root, FILE *vcf_file_pointer,int *
newick_node * child_nodes[root->childNum];
root->taxon_names = (char *) calloc(MAX_SAMPLE_NAME_SIZE*number_of_columns,sizeof(char));

// generate pointers for each child seuqn
// generate pointers for each child sequence

while (child != NULL)
{
Expand Down

0 comments on commit dc34d59

Please sign in to comment.