lossless_common.h,cosmetics: fix a typo

Change-Id: I22d2f96fa1fd2e3c9f059c26996fb11d998159a9
This commit is contained in:
James Zern 2023-06-22 18:31:36 -07:00
parent 08d60d6006
commit 6b1c722a5b

View File

@ -166,7 +166,7 @@ uint32_t VP8LSubPixels(uint32_t a, uint32_t b) {
}
//------------------------------------------------------------------------------
// Transform-related functions use din both encoding and decoding.
// Transform-related functions used in both encoding and decoding.
// Macros used to create a batch predictor that iteratively uses a
// one-pixel predictor.