[libc-commits] [libc] [libc][NFC] Fix func name in comment. (PR #147183)
Connector Switch via libc-commits
libc-commits at lists.llvm.org
Sun Jul 6 02:40:07 PDT 2025
https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/147183
None
>From 5d7a92ad740fe3668ea5d1ac2a5760dc42adccd9 Mon Sep 17 00:00:00 2001
From: Connector Switch <c8ef at outlook.com>
Date: Sun, 6 Jul 2025 17:39:26 +0800
Subject: [PATCH] Update tanpif16_test.cpp
---
libc/test/src/math/tanpif16_test.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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