[llvm-branch-commits] [libc] a513be4 - [libc][Obvious] Fix typo in strnlen_test.cpp.
Cheng Wang via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Nov 27 00:05:53 PST 2020
Author: Cheng Wang
Date: 2020-11-27T15:56:19+08:00
New Revision: a513be490080ce7b974c5411a9de38e118c25991
URL: https://github.com/llvm/llvm-project/commit/a513be490080ce7b974c5411a9de38e118c25991
DIFF: https://github.com/llvm/llvm-project/commit/a513be490080ce7b974c5411a9de38e118c25991.diff
LOG: [libc][Obvious] Fix typo in strnlen_test.cpp.
Added:
Modified:
libc/test/src/string/strnlen_test.cpp
Removed:
################################################################################
diff --git a/libc/test/src/string/strnlen_test.cpp b/libc/test/src/string/strnlen_test.cpp
index 9d8616bc8bd7..b15ec2f8cef2 100644
--- a/libc/test/src/string/strnlen_test.cpp
+++ b/libc/test/src/string/strnlen_test.cpp
@@ -1,4 +1,4 @@
-//===-- Unittests for strnlen----------------------------------------------===//
+//===-- Unittests for strnlen ---------------------------------------------===//
//
// 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 llvm-branch-commits
mailing list