From 14533a6e1b31e9374722502a5450baaa6bccf60d Mon Sep 17 00:00:00 2001 From: c8ef Date: Fri, 5 Sep 2025 20:38:28 +0800 Subject: [PATCH] fix comment --- libc/include/llvm-libc-types/cfloat128.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/include/llvm-libc-types/cfloat128.h b/libc/include/llvm-libc-types/cfloat128.h index 838ef1cbd9ad5..4b1d2543dd819 100644 --- a/libc/include/llvm-libc-types/cfloat128.h +++ b/libc/include/llvm-libc-types/cfloat128.h @@ -18,7 +18,7 @@ typedef __typeof__(_Complex __float128) cfloat128; #else // ^^^ workaround / no workaround vvv typedef _Complex __float128 cfloat128; -#endif // ^^^ workaround ^^^ +#endif // ^^^ no workaround ^^^ #else typedef _Complex long double cfloat128; #endif // LIBC_TYPES_CFLOAT128_IS_COMPLEX_LONG_DOUBLE