Skip to content

Commit

Permalink
docs: minor improvements to code comments in pmlogextract
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Feb 6, 2025
1 parent 3c4534c commit 24ed01c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/pmlogextract/pmlogextract.c
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ append_textreclist(int i)

/*
* Find matching record, if any. We want the record with the same
* target (pmid vs indom and class (one line vs help).
* target (pmid vs indom) and class (one line vs help).
*/
curr = text_lookup(type, ident);

Expand Down Expand Up @@ -1191,9 +1191,8 @@ append_textreclist(int i)
}
}
/*
* Tolerate change for the purpose of making
* corrections over time. Do this by keeping the latest version and
* discarding the original.
* Tolerate change for the purpose of making corrections over time.
* Do this by keeping the latest version and discarding the original.
*/
free(curr->pdu);
}
Expand Down

0 comments on commit 24ed01c

Please sign in to comment.