[libc-commits] [libc] ab92c68 - [libc][NFC] Fix func name in comment. (#147183)
via libc-commits
libc-commits at lists.llvm.org
Sun Jul 6 04:30:42 PDT 2025
Author: Connector Switch
Date: 2025-07-06T19:30:39+08:00
New Revision: ab92c68c5c382b1feb9108b6a016a082fc422695
URL: https://github.com/llvm/llvm-project/commit/ab92c68c5c382b1feb9108b6a016a082fc422695
DIFF: https://github.com/llvm/llvm-project/commit/ab92c68c5c382b1feb9108b6a016a082fc422695.diff
LOG: [libc][NFC] Fix func name in comment. (#147183)
Added:
Modified:
libc/test/src/math/tanpif16_test.cpp
Removed:
################################################################################
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.
More information about the libc-commits
mailing list