Skip to content

Commit 19c542d

Browse files
committed
Fix comment typo
1 parent 49f08b2 commit 19c542d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/astcenc_block_sizes.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @param[out] is_dual_plane True if this block mode has two weight planes.
3131
* @param[out] quant_mode The quantization level for the weights.
3232
*
33-
* @return Returns true of valid mode, false otherwise.
33+
* @return Returns true if a valid mode, false otherwise.
3434
*/
3535
static bool decode_block_mode_2d(
3636
unsigned int block_mode,
@@ -144,7 +144,7 @@ static bool decode_block_mode_2d(
144144
* @param[out] is_dual_plane True if this block mode has two weight planes.
145145
* @param[out] quant_mode The quantization level for the weights.
146146
*
147-
* @return Returns true of valid mode, false otherwise.
147+
* @return Returns true if a valid mode, false otherwise.
148148
*/
149149
static bool decode_block_mode_3d(
150150
unsigned int block_mode,

0 commit comments

Comments
 (0)