summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vc1dsp_yasm.asm
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/x86/vc1dsp_yasm.asm')
-rw-r--r--libavcodec/x86/vc1dsp_yasm.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/vc1dsp_yasm.asm b/libavcodec/x86/vc1dsp_yasm.asm
index 220cc03da3..66f61dba6a 100644
--- a/libavcodec/x86/vc1dsp_yasm.asm
+++ b/libavcodec/x86/vc1dsp_yasm.asm
@@ -227,7 +227,7 @@ section .text
imul r2, 0x01010101
%endmacro
-; I dont know why the sign extension is needed...
+; I do not know why the sign extension is needed...
%macro PSIGNW_SRA_MMX 2
psraw %2, 15
PSIGNW_MMX %1, %2