From c513fcd7d235aa4cef45a6c3125bd4dcc03bf276 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Thu, 31 Jan 2019 23:36:15 +0200 Subject: aarch64: vp8: Fix a typo in a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/aarch64/vp8dsp_neon.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aarch64') diff --git a/libavcodec/aarch64/vp8dsp_neon.S b/libavcodec/aarch64/vp8dsp_neon.S index c19ab0de0f..2b5b049075 100644 --- a/libavcodec/aarch64/vp8dsp_neon.S +++ b/libavcodec/aarch64/vp8dsp_neon.S @@ -743,7 +743,7 @@ endfunc // note: worst case sum of all 6-tap filter values * 255 is 0x7f80 so 16 bit -// arithmatic can be used to apply filters +// arithmetic can be used to apply filters const subpel_filters, align=4 .short 0, 6, 123, 12, 1, 0, 0, 0 .short 2, 11, 108, 36, 8, 1, 0, 0 -- cgit v1.2.3