summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-08-01 14:43:35 +0100
committerBastien Nocera <hadess@hadess.net>2017-08-01 14:45:05 +0100
commita360c7ba234bbd4ca89744c898a14eece779e8e9 (patch)
treeb345421dd0222f66ad26570abda7e7ec1a29108c
parent2c2162c86d4f710007cfffbc582a1f0ce8740725 (diff)
downloadgdk-pixbuf-a360c7ba234bbd4ca89744c898a14eece779e8e9.tar.gz
build: Fix typo in config.h comment
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 09e15abc5..0db24b99f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -759,7 +759,7 @@ if test $use_x86_asm = yes; then
ac_ext=$save_ac_ext
if test $use_mmx_asm = yes; then
AC_DEFINE(USE_MMX, 1,
- [Define to 1 if XXM is available and should be used])
+ [Define to 1 if MMX is available and should be used])
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)