[all-commits] [llvm/llvm-project] 9999f7: [libc] Wrong header guard comment for atanpif16 (#...
Zorojuro via All-commits
all-commits at lists.llvm.org
Tue Mar 24 17:53:51 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9999f7fe085333215d95a022e15a12610289c4e3
https://github.com/llvm/llvm-project/commit/9999f7fe085333215d95a022e15a12610289c4e3
Author: Zorojuro <sawantsukumar at gmail.com>
Date: 2026-03-24 (Tue, 24 Mar 2026)
Changed paths:
M libc/src/math/atanpif16.h
Log Message:
-----------
[libc] Wrong header guard comment for atanpif16 (#188310)
This PR intends to fix a small nit caused in
[1c1135b](https://github.com/llvm/llvm-project/pull/150400/commits/1c1135b3fccf59537243fc365e83a568f77273ae)
```
#endif // LLVM_LIBC_SRC_MATH_ASINIF16_H
```
to
```
#endif // LLVM_LIBC_SRC_MATH_ATANPIF16_H
```
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list