summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-06-14 07:09:38 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-06-14 07:09:38 -0700
commitf7122b81f7daab0422ec08024064eb00c32e219c (patch)
tree9b3763762a3270ca3fac6f8d14f14024ca535d35
parentd51eab54adbd5a1b065a131e926b5df8082c67c0 (diff)
digital: fix typo
-rw-r--r--gr-digital/include/digital_lms_dd_equalizer_cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/include/digital_lms_dd_equalizer_cc.h b/gr-digital/include/digital_lms_dd_equalizer_cc.h
index 25918ffe19..5c2a90705b 100644
--- a/gr-digital/include/digital_lms_dd_equalizer_cc.h
+++ b/gr-digital/include/digital_lms_dd_equalizer_cc.h
@@ -42,7 +42,7 @@ DIGITAL_API digital_lms_dd_equalizer_cc_sptr digital_make_lms_dd_equalizer_cc (i
* This block implements an LMS-based decision-directed equalizer.
* It uses a set of weights, w, to correlate against the inputs, u,
* and a decisions is then made from this output. The error
- * in the decision is used to update teh weight vector.
+ * in the decision is used to update the weight vector.
*
* y[n] = conj(w[n]) u[n]
* d[n] = decision(y[n])