Skip to content

Commit 58903b0

Browse files
committed
fix typos
1 parent fae817a commit 58903b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libc/src/math/asinpif16.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef LLVM_LIBC_SRC_MATH_ASINFPI16_H
10-
#define LLVM_LIBC_SRC_MATH_ASINFPI16_H
9+
#ifndef LLVM_LIBC_SRC_MATH_ASINPIF16_H
10+
#define LLVM_LIBC_SRC_MATH_ASINPIF16_H
1111

1212
#include "src/__support/macros/config.h"
1313
#include "src/__support/macros/properties/types.h"

libc/src/math/generic/asinpif16.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- Half-precision asinf16(x) function --------------------------------===//
1+
//===-- Half-precision asinpif16(x) function ------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)