[libc-commits] [libc] f66b3ba - [libc][math] small typo (#193349)
via libc-commits
libc-commits at lists.llvm.org
Wed Apr 22 06:49:31 PDT 2026
Author: Kiriti Ponduri
Date: 2026-04-22T14:49:26+01:00
New Revision: f66b3baed2546caa93c1f419939542a45e7c40d8
URL: https://github.com/llvm/llvm-project/commit/f66b3baed2546caa93c1f419939542a45e7c40d8
DIFF: https://github.com/llvm/llvm-project/commit/f66b3baed2546caa93c1f419939542a45e7c40d8.diff
LOG: [libc][math] small typo (#193349)
small typo in "cosf.h" in comment . not a significant thing.
Signed-off-by: udaykiriti <udaykiriti624 at gmail.com>
Added:
Modified:
libc/src/__support/math/cosf.h
Removed:
################################################################################
diff --git a/libc/src/__support/math/cosf.h b/libc/src/__support/math/cosf.h
index 4893a436e331e..f6ead968ac26e 100644
--- a/libc/src/__support/math/cosf.h
+++ b/libc/src/__support/math/cosf.h
@@ -170,6 +170,6 @@ LIBC_INLINE constexpr float cosf(float x) {
} // namespace LIBC_NAMESPACE_DECL
-#endif // LLVM_LIBC_SRC___SUPPORT_MATH_COSF_H
-
#endif // LIBC_MATH_HAS_INTERMEDIATE_COMP_IN_FLOAT
+
+#endif // LLVM_LIBC_SRC___SUPPORT_MATH_COSF_H
More information about the libc-commits
mailing list