Skip to content

Commit f7e8049

Browse files
committed
Comment typo fix
1 parent af059b9 commit f7e8049

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Source/astcenc_averages_and_directions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ void compute_error_squared_rgb(
650650
samec_loparamv = min(samec_param, samec_loparamv);
651651
samec_hiparamv = max(samec_param, samec_hiparamv);
652652

653-
654653
vfloat samec_dist0 = samec_param * l_samec_bs0 - data_r;
655654
vfloat samec_dist1 = samec_param * l_samec_bs1 - data_g;
656655
vfloat samec_dist2 = samec_param * l_samec_bs2 - data_b;

Source/astcenc_find_best_partitioning.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ void find_best_partition_candidates(
711711
}
712712
}
713713

714-
// Same parition is best for both, so use this first unconditionally
714+
// Same partition is best for both, so use this first unconditionally
715715
if (uncor_best_partition == samec_best_partitions[0])
716716
{
717717
best_partitions[0] = samec_best_partitions[0];

0 commit comments

Comments
 (0)