]> git.sesse.net Git - movit/commitdiff
Update a comment that wasn't really wrong, but less relevant in this context.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 Feb 2015 23:42:24 +0000 (00:42 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 Feb 2015 23:42:24 +0000 (00:42 +0100)
resample_effect.cpp

index 7e44e9ba89424477a33370020039d32f0c37d723..f438a873b095114554bb1b53a41cebe263d16f4b 100644 (file)
@@ -266,7 +266,7 @@ double compute_sum_sq_error(const Tap<float>* weights, unsigned num_weights,
 //   sum(w_kj sum( d_i w_ij, i ), j) = sum(w_kj c_j, j)
 //
 // where again, we remember where the sums over j are over at most two elements,
-// since w_ij is nonzero for at most two values of j.
+// since w_kj is nonzero for at most two values of j.
 template<class T>
 void optimize_sum_sq_error(const Tap<float>* weights, unsigned num_weights,
                            Tap<T>* bilinear_weights, unsigned num_bilinear_weights,