summaryrefslogtreecommitdiffstats
path: root/libaf/af_resample.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-25 16:34:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-25 16:34:23 +0000
commitc8ae1836e60d19348c894ffe80f7f79d17ec3b7b (patch)
tree8ea25823b79b5224b1dfff634fddec58825efbb3 /libaf/af_resample.h
parent49dc3d8ad467a426c4d7d493b40ab761182596ee (diff)
downloadmpv-c8ae1836e60d19348c894ffe80f7f79d17ec3b7b.tar.bz2
mpv-c8ae1836e60d19348c894ffe80f7f79d17ec3b7b.tar.xz
cosmetics: misc typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24615 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af_resample.h')
-rw-r--r--libaf/af_resample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af_resample.h b/libaf/af_resample.h
index d9905017db..28df93ecfd 100644
--- a/libaf/af_resample.h
+++ b/libaf/af_resample.h
@@ -20,7 +20,7 @@
#undef FIR
#undef ADDQUE
-/* The lenght Lxx definition selects the length of each poly phase
+/* The length Lxx definition selects the length of each poly phase
component. Valid definitions are L8 and L16 where the number
defines the nuber of taps. This definition affects the
computational complexity, the performance and the memory usage.