[libc-commits] [libc] 8e4457b - [NFC] Fix a comment for cfloat128.h (#157093)

via libc-commits libc-commits at lists.llvm.org
Fri Sep 5 06:16:07 PDT 2025


Author: Connector Switch
Date: 2025-09-05T21:16:03+08:00
New Revision: 8e4457baa23e98a769597528922fbbedcfbb2572

URL: https://github.com/llvm/llvm-project/commit/8e4457baa23e98a769597528922fbbedcfbb2572
DIFF: https://github.com/llvm/llvm-project/commit/8e4457baa23e98a769597528922fbbedcfbb2572.diff

LOG: [NFC] Fix a comment for cfloat128.h (#157093)

Added: 
    

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

Removed: 
    


################################################################################
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


        


More information about the libc-commits mailing list