summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/dsputil_ppc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-02 10:34:57 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-02 10:34:57 +0000
commita1d0b6a2774ddb10e29bfcaa262c0b7090855a68 (patch)
tree46f06620d1eafec7c5730c051e59ffdf25652b38 /libavcodec/ppc/dsputil_ppc.c
parent6006a689891e6ba3437b9e03efa180408ce1843f (diff)
cosmetics: Fix AltiVec spelling.
Originally committed as revision 10639 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/dsputil_ppc.c')
-rw-r--r--libavcodec/ppc/dsputil_ppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/dsputil_ppc.c b/libavcodec/ppc/dsputil_ppc.c
index 3f22449b4e..4a328d4054 100644
--- a/libavcodec/ppc/dsputil_ppc.c
+++ b/libavcodec/ppc/dsputil_ppc.c
@@ -257,7 +257,7 @@ static void prefetch_ppc(void *mem, int stride, int h)
void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx)
{
- // Common optimizations whether Altivec is available or not
+ // Common optimizations whether AltiVec is available or not
c->prefetch = prefetch_ppc;
switch (check_dcbzl_effect()) {
case 32: