Skip to content

Commit 99ca857

Browse files
authored
[src] Fix typo in comment in diag-gmm.h (kaldi-asr#3943)
1 parent cdf2d68 commit 99ca857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gmm/diag-gmm.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class DiagGmm {
188188

189189
/// Mutators for both float or double
190190
template<class Real>
191-
void SetWeights(const VectorBase<Real> &w); ///< Set mixure weights
191+
void SetWeights(const VectorBase<Real> &w); ///< Set mixture weights
192192

193193
/// Use SetMeans to update only the Gaussian means (and not variances)
194194
template<class Real>

0 commit comments

Comments
 (0)