meson: Correct copy-and-paste mistake
authorMatt Turner <mattst88@gmail.com>
Sun, 7 Apr 2019 19:31:40 +0000 (12:31 -0700)
committerMatt Turner <mattst88@gmail.com>
Sun, 7 Apr 2019 19:31:40 +0000 (12:31 -0700)
Signed-off-by: Matt Turner <mattst88@gmail.com>
meson.build

index 7bfbd99..8870b9e 100644 (file)
@@ -290,7 +290,7 @@ endif
 if have_iwmmxt
   config.set10('USE_ARM_IWMMXT', true)
 elif use_iwmmxt.enabled()
-  error('NEON Support unavailable, but required')
+  error('IWMMXT Support unavailable, but required')
 endif
 
 use_mips_dspr2 = get_option('mips-dspr2')