Fix typo spotted by Sebastian. Thanks!


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149257 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Headers/module.map b/lib/Headers/module.map
index c8fe9d8..1a1e0e2 100644
--- a/lib/Headers/module.map
+++ b/lib/Headers/module.map
@@ -99,7 +99,7 @@
 
     explicit module avx2 {
       requires avx2
-      export acx
+      export avx
       header "avx2intrin.h"
     }