Skip to content

Commit

Permalink
Comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Apr 10, 2022
1 parent af059b9 commit f7e8049
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Source/astcenc_averages_and_directions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ void compute_error_squared_rgb(
samec_loparamv = min(samec_param, samec_loparamv);
samec_hiparamv = max(samec_param, samec_hiparamv);


vfloat samec_dist0 = samec_param * l_samec_bs0 - data_r;
vfloat samec_dist1 = samec_param * l_samec_bs1 - data_g;
vfloat samec_dist2 = samec_param * l_samec_bs2 - data_b;
Expand Down
2 changes: 1 addition & 1 deletion Source/astcenc_find_best_partitioning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ void find_best_partition_candidates(
}
}

// Same parition is best for both, so use this first unconditionally
// Same partition is best for both, so use this first unconditionally
if (uncor_best_partition == samec_best_partitions[0])
{
best_partitions[0] = samec_best_partitions[0];
Expand Down

0 comments on commit f7e8049

Please sign in to comment.