projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808fcfe
)
[libc][Obvious] Fix typo in strnlen_test.cpp.
author
Cheng Wang
<chennngwang@gmail.com>
Fri, 27 Nov 2020 07:38:16 +0000
(15:38 +0800)
committer
Cheng Wang
<chennngwang@gmail.com>
Fri, 27 Nov 2020 07:56:19 +0000
(15:56 +0800)
libc/test/src/string/strnlen_test.cpp
patch
|
blob
|
history
diff --git
a/libc/test/src/string/strnlen_test.cpp
b/libc/test/src/string/strnlen_test.cpp
index 9d8616bc8bd7d33777f56f1f4bbaf3844ebef159..b15ec2f8cef2e23558794d7b30ff38d0fcd3dd68 100644
(file)
--- 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.