Skip to content

Commit 8e4457b

Browse files
authored
[NFC] Fix a comment for cfloat128.h (#157093)
1 parent e110928 commit 8e4457b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/include/llvm-libc-types/cfloat128.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
typedef __typeof__(_Complex __float128) cfloat128;
1919
#else // ^^^ workaround / no workaround vvv
2020
typedef _Complex __float128 cfloat128;
21-
#endif // ^^^ workaround ^^^
21+
#endif // ^^^ no workaround ^^^
2222
#else
2323
typedef _Complex long double cfloat128;
2424
#endif // LIBC_TYPES_CFLOAT128_IS_COMPLEX_LONG_DOUBLE

0 commit comments

Comments
 (0)