aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-09-29 20:08:26 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-12 21:46:54 +0200
commit13d3749424813301b732e8930cf32187ac62daa9 (patch)
treee73e552536ad59e5289c28b495a6eb3e0c14cccf /libavfilter
parent173053a1252cfa67c1e4e2d2cf9484b44bfee2e3 (diff)
downloadffmpeg-13d3749424813301b732e8930cf32187ac62daa9.tar.gz
doc: fix spelling errors
Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> (cherry picked from commit 8d6625642db064a45224cb7a8e037f6e79a6554d) Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/x86/vf_removegrain.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/x86/vf_removegrain.asm b/libavfilter/x86/vf_removegrain.asm
index 0cc6e5fa7d..d049bf257d 100644
--- a/libavfilter/x86/vf_removegrain.asm
+++ b/libavfilter/x86/vf_removegrain.asm
@@ -359,7 +359,7 @@ cglobal rg_fl_mode_6, 4, 5, 16, 0, dst, src, stride, pixels
paddw m2, m7 ; c2
paddw m3, m6 ; c3
paddw m4, m5 ; c4
- ; As the differences (d1..d4) can only be postive, there is no need to
+ ; As the differences (d1..d4) can only be positive, there is no need to
; clip to zero. Also, the maximum positive value is less than 768.
pminsw m1, m2
@@ -485,7 +485,7 @@ cglobal rg_fl_mode_8, 4, 5, 16, 0, dst, src, stride, pixels
paddw m2, m7 ; c1
paddw m3, m6 ; c1
paddw m4, m5 ; c1
- ; As the differences (d1..d4) can only be postive, there is no need to
+ ; As the differences (d1..d4) can only be positive, there is no need to
; clip to zero. Also, the maximum positive value is less than 768.
pminsw m1, m2