[libc][Obvious] Fix typo in strnlen_test.cpp.
authorCheng Wang <chennngwang@gmail.com>
Fri, 27 Nov 2020 07:38:16 +0000 (15:38 +0800)
committerCheng Wang <chennngwang@gmail.com>
Fri, 27 Nov 2020 07:56:19 +0000 (15:56 +0800)
libc/test/src/string/strnlen_test.cpp

index 9d8616bc8bd7d33777f56f1f4bbaf3844ebef159..b15ec2f8cef2e23558794d7b30ff38d0fcd3dd68 100644 (file)
@@ -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.