summaryrefslogtreecommitdiff
path: root/libavcodec/jfdctint_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/jfdctint_template.c')
-rw-r--r--libavcodec/jfdctint_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/jfdctint_template.c b/libavcodec/jfdctint_template.c
index 02b6f09381..5175390710 100644
--- a/libavcodec/jfdctint_template.c
+++ b/libavcodec/jfdctint_template.c
@@ -340,7 +340,7 @@ FUNC(ff_jpeg_fdct_islow)(DCTELEM *data)
/*
* The secret of DCT2-4-8 is really simple -- you do the usual 1-DCT
- * on the rows and then, instead of doing even and odd, part on the colums
+ * on the rows and then, instead of doing even and odd, part on the columns
* you do even part two times.
*/
GLOBAL(void)