summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/snow_altivec.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/snow_altivec.c
parent6006a689891e6ba3437b9e03efa180408ce1843f (diff)
cosmetics: Fix AltiVec spelling.
Originally committed as revision 10639 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/snow_altivec.c')
-rw-r--r--libavcodec/ppc/snow_altivec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/snow_altivec.c b/libavcodec/ppc/snow_altivec.c
index f77114132c..8770f05f5b 100644
--- a/libavcodec/ppc/snow_altivec.c
+++ b/libavcodec/ppc/snow_altivec.c
@@ -1,5 +1,5 @@
/*
- * Altivec optimized snow DSP utils
+ * AltiVec-optimized snow DSP utils
* Copyright (c) 2006 Luca Barbato <lu_zero@gentoo.org>
*
* This file is part of FFmpeg.