[libc-commits] [libc] a513be4 - [libc][Obvious] Fix typo in strnlen_test.cpp.

Cheng Wang via libc-commits libc-commits at lists.llvm.org
Fri Nov 27 00:01:30 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 libc-commits mailing list