[libc-commits] [libc] b754e6f - Fix typo (#85869)
via libc-commits
libc-commits at lists.llvm.org
Wed Mar 20 10:13:49 PDT 2024
Author: Job Henandez Lara
Date: 2024-03-20T10:13:45-07:00
New Revision: b754e6f6900e8c4205567fb2a13ff3c90811f5bc
URL: https://github.com/llvm/llvm-project/commit/b754e6f6900e8c4205567fb2a13ff3c90811f5bc
DIFF: https://github.com/llvm/llvm-project/commit/b754e6f6900e8c4205567fb2a13ff3c90811f5bc.diff
LOG: Fix typo (#85869)
Added:
Modified:
libc/test/src/math/smoke/FMaxTest.h
Removed:
################################################################################
diff --git a/libc/test/src/math/smoke/FMaxTest.h b/libc/test/src/math/smoke/FMaxTest.h
index 98fae06ee2a0fd..b8781a85d10f4f 100644
--- a/libc/test/src/math/smoke/FMaxTest.h
+++ b/libc/test/src/math/smoke/FMaxTest.h
@@ -1,4 +1,4 @@
-//===-- Utility class to test fmin[f|l] -------------------------*- C++ -*-===//
+//===-- Utility class to test fmax[f|l] -------------------------*- C++ -*-===//
//
// 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