diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2014-07-12 22:10:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-12 22:33:27 +0200 |
commit | 39a6e02fd4651f8300b2bbadffd5299452e00424 (patch) | |
tree | ef4f9480eaf9f335243d20a536d739f04a82bc5a /libavfilter/x86 | |
parent | 4470a3eeafa97d20b1e68a6b40490f71da726adf (diff) | |
download | ffmpeg-39a6e02fd4651f8300b2bbadffd5299452e00424.tar.gz |
fix spelling errors
Reviewed-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/x86')
-rw-r--r-- | libavfilter/x86/yadif-16.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/x86/yadif-16.asm b/libavfilter/x86/yadif-16.asm index a65da8902e..79d127dfaa 100644 --- a/libavfilter/x86/yadif-16.asm +++ b/libavfilter/x86/yadif-16.asm @@ -139,7 +139,7 @@ SECTION .text ; This version of CHECK2 has 3 fewer instructions on sets older than SSE4 but I ; am not sure whether it is any faster. A rewrite or refactor of the filter -; code should make it possible to eliminate the move intruction at the end. It +; code should make it possible to eliminate the move instruction at the end. It ; exists to satisfy the expectation that the "score" values are in m1. ; %macro CHECK2 0 |