summaryrefslogtreecommitdiff
path: root/vpx_dsp/variance.c
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_dsp/variance.c')
-rw-r--r--vpx_dsp/variance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_dsp/variance.c b/vpx_dsp/variance.c
index a6793efb6..1c476542f 100644
--- a/vpx_dsp/variance.c
+++ b/vpx_dsp/variance.c
@@ -180,7 +180,7 @@ static void var_filter_block2d_bil_second_pass(
}
/* 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) \