[libc-commits] [libc] [libc][NFC] Fix func name in comment. (PR #147183)
via libc-commits
libc-commits at lists.llvm.org
Sun Jul 6 02:40:36 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Connector Switch (c8ef)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/147183.diff
1 Files Affected:
- (modified) libc/test/src/math/tanpif16_test.cpp (+1-1)
``````````diff
diff --git a/libc/test/src/math/tanpif16_test.cpp b/libc/test/src/math/tanpif16_test.cpp
index 629ba963135c0..04d1f713574a1 100644
--- a/libc/test/src/math/tanpif16_test.cpp
+++ b/libc/test/src/math/tanpif16_test.cpp
@@ -1,4 +1,4 @@
-//===-- Exhaustive test for cospif16 --------------------------------------===//
+//===-- Exhaustive test for tanpif16 --------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
``````````
</details>
https://github.com/llvm/llvm-project/pull/147183
More information about the libc-commits
mailing list