[all-commits] [llvm/llvm-project] 0570de: [libc] NFC: Fix trivial typo in comments, document...
Kazuaki Ishizaki via All-commits
all-commits at lists.llvm.org
Mon Apr 6 00:19:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0570de73c4822b6b0da4758eefca2a36f01c7445
https://github.com/llvm/llvm-project/commit/0570de73c4822b6b0da4758eefca2a36f01c7445
Author: Kazuaki Ishizaki <ishizaki at jp.ibm.com>
Date: 2020-04-06 (Mon, 06 Apr 2020)
Changed paths:
M libc/AOR_v20.02/math/math_config.h
M libc/AOR_v20.02/math/pow.c
M libc/AOR_v20.02/math/pow_log_data.c
M libc/AOR_v20.02/math/powf.c
M libc/AOR_v20.02/math/test/mathbench.c
M libc/AOR_v20.02/string/aarch64/memchr-sve.S
M libc/AOR_v20.02/string/aarch64/strchr-sve.S
M libc/AOR_v20.02/string/aarch64/strnlen.S
M libc/AOR_v20.02/string/aarch64/strrchr-sve.S
M libc/AOR_v20.02/string/arm/strcpy.c
M libc/docs/header_generation.rst
M libc/docs/implementation_standard.rst
M libc/include/__posix-types.h
M libc/src/signal/linux/CMakeLists.txt
M libc/src/signal/linux/__restore.cpp
M libc/src/stdlib/abort.cpp
M libc/src/string/strlen.cpp
M libc/src/string/x86/memcpy_arch_specific.h.inc
M libc/src/threads/linux/thread_utils.h
M libc/utils/HdrGen/Main.cpp
M libc/utils/UnitTest/README.md
M libc/utils/UnitTest/Test.h
M libc/utils/benchmarks/LibcBenchmark.h
M libc/utils/buildbot/Dockerfile
Log Message:
-----------
[libc] NFC: Fix trivial typo in comments, documents, and messages
Differential Revision: https://reviews.llvm.org/D77462
More information about the All-commits
mailing list