[libc-commits] [libc] Fix typo (PR #85869)
Job Henandez Lara via libc-commits
libc-commits at lists.llvm.org
Tue Mar 19 14:46:59 PDT 2024
https://github.com/Jobhdez created https://github.com/llvm/llvm-project/pull/85869
None
>From f5facdc96d5090a289bf30605e532f10e6323307 Mon Sep 17 00:00:00 2001
From: Job Henandez Lara <hj93 at protonmail.com>
Date: Tue, 19 Mar 2024 14:46:20 -0700
Subject: [PATCH] Fix typo
---
libc/test/src/math/smoke/FMaxTest.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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