aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/echo
diff options
context:
space:
mode:
authorAnand Gadiyar <gadiyar@ti.com>2010-05-12 13:03:13 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-14 13:16:10 -0700
commit935e99fb0739aa64d0dd7e8a0bc82faec5d8f830 (patch)
tree6379951a0dc03d7fcac881c07f6822df612f336f /drivers/staging/echo
parent83d4b7eb5f319d8c6d8586586cb1d9c0d1a80532 (diff)
staging: trivial: fix typo "seperate"
s/seperate/separate Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Cc: Jiri Kosina <trivial@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/echo')
-rw-r--r--drivers/staging/echo/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/echo/echo.c b/drivers/staging/echo/echo.c
index 4cc4f2eb7eb..58c4e907e44 100644
--- a/drivers/staging/echo/echo.c
+++ b/drivers/staging/echo/echo.c
@@ -603,7 +603,7 @@ int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx)
}
EXPORT_SYMBOL_GPL(oslec_update);
-/* This function is seperated from the echo canceller is it is usually called
+/* This function is separated from the echo canceller is it is usually called
as part of the tx process. See rx HP (DC blocking) filter above, it's
the same design.