Skip to content

Commit

Permalink
additional comment fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Aug 24, 2023
1 parent 0630bff commit 5d467b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pix3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,7 @@ pixInvert(PIX *pixd,
* <pre>
* Notes:
* (1) This gives the union of two images with equal depth,
* aligning them to the the UL corner. pixs1 and pixs2
* aligning them to the UL corner. pixs1 and pixs2
* need not have the same width and height.
* (2) There are 3 cases:
* (a) pixd == null, (src1 | src2) --> new pixd
Expand Down
2 changes: 1 addition & 1 deletion src/rop.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static l_int32 checkRasteropCrop(l_int32 pixw, l_int32 pixh, l_int32 dx,
* Three, PIX_CLR, PIX_SET, and PIX_NOT(PIX_DST) operate only on the dest.
* These are handled by the low-level rasteropUniLow().
*
* The other 14 involve the both the src and the dest, and depend on
* The other 14 involve both the src and the dest, and depend on
* the bit values of either just the src or the bit values of both
* src and dest. They are handled by rasteropLow():
*
Expand Down

0 comments on commit 5d467b4

Please sign in to comment.