summaryrefslogtreecommitdiff
path: root/vpx_dsp/ppc/variance_vsx.c
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_dsp/ppc/variance_vsx.c')
-rw-r--r--vpx_dsp/ppc/variance_vsx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_dsp/ppc/variance_vsx.c b/vpx_dsp/ppc/variance_vsx.c
index be9614a35..6c6bc9a30 100644
--- a/vpx_dsp/ppc/variance_vsx.c
+++ b/vpx_dsp/ppc/variance_vsx.c
@@ -225,7 +225,7 @@ static INLINE void variance(const uint8_t *src_ptr, int src_stride,
}
/* Identical to the variance call except it does not calculate the
- * sse - sum^2 / w*h and returns sse in addtion to modifying the passed in
+ * sse - sum^2 / w*h and returns sse in addition to modifying the passed in
* variable.
*/
#define MSE(W, H) \