summaryrefslogtreecommitdiff
path: root/libavcodec/x86/ac3dsp.asm
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-29 13:12:59 +0100
committerDiego Biurrun <diego@biurrun.de>2014-03-13 05:50:29 -0700
commit831a1180785a786272cdcefb71566a770bfb879e (patch)
treeed5e9c594934ddcadc244f9a1ba057d2040303d5 /libavcodec/x86/ac3dsp.asm
parentd1184b8110b4847013bf25222e6809eb3462913c (diff)
Update dsputil- and SIMD-related comments to match reality more closely
Diffstat (limited to 'libavcodec/x86/ac3dsp.asm')
-rw-r--r--libavcodec/x86/ac3dsp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/ac3dsp.asm b/libavcodec/x86/ac3dsp.asm
index b43231855c..d0ab3e7359 100644
--- a/libavcodec/x86/ac3dsp.asm
+++ b/libavcodec/x86/ac3dsp.asm
@@ -1,5 +1,5 @@
;*****************************************************************************
-;* x86-optimized AC-3 DSP utils
+;* x86-optimized AC-3 DSP functions
;* Copyright (c) 2011 Justin Ruggles
;*
;* This file is part of Libav.