Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Jan 12, 2025
1 parent 54929b4 commit c54c311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/astcenc_entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ astcenc_error astcenc_compress_cancel(

// Cancel compression before cancelling avg. This avoids the race condition
// where cancelling them in the other order could see a compression worker
// starting to proces even though some of the avg data is undefined.
// starting to process even though some of the avg data is undefined.
ctxo->manage_compress.cancel();
ctxo->manage_avg.cancel();
return ASTCENC_SUCCESS;
Expand Down

0 comments on commit c54c311

Please sign in to comment.