testsuite: Fix a typo - UINON_TYPE to UNION_TYPE - in gcc.target/i386
[gcc.git] / gcc / testsuite / gcc.target / i386 / m256-check.h
index 6dbc3a0d9d76fbd9acd326efa3c5b73c8956fff6..da039841f5b4159e274137b6c1529e5cab251ea6 100644 (file)
@@ -79,10 +79,10 @@ CHECK_EXP (union256i_uw, unsigned short, "%d")
 CHECK_EXP (union256i_ud, unsigned int, "0x%x")
 CHECK_EXP (union256i_uq, unsigned long long, "0x%llx")
 
-#define CHECK_FP_EXP(UINON_TYPE, VALUE_TYPE, ESP, FMT)         \
+#define CHECK_FP_EXP(UNION_TYPE, VALUE_TYPE, ESP, FMT)         \
 static int                                                     \
 __attribute__((noinline, unused))                              \
-check_fp_##UINON_TYPE (UINON_TYPE u, const VALUE_TYPE *v)      \
+check_fp_##UNION_TYPE (UNION_TYPE u, const VALUE_TYPE *v)      \
 {                                                              \
   int i;                                                       \
   int err = 0;                                                 \