Skip to content

Conversation

c8ef
Copy link
Contributor

@c8ef c8ef commented Sep 5, 2025

No description provided.

@c8ef c8ef requested a review from frederick-vs-ja September 5, 2025 12:39
@llvmbot llvmbot added the libc label Sep 5, 2025
@llvmbot
Copy link
Member

llvmbot commented Sep 5, 2025

@llvm/pr-subscribers-libc

Author: Connector Switch (c8ef)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/157093.diff

1 Files Affected:

  • (modified) libc/include/llvm-libc-types/cfloat128.h (+1-1)
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

Copy link
Contributor

@frederick-vs-ja frederick-vs-ja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the typo!

@c8ef c8ef merged commit 8e4457b into llvm:main Sep 5, 2025
21 checks passed
@c8ef c8ef deleted the comment branch September 5, 2025 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants