From a513be490080ce7b974c5411a9de38e118c25991 Mon Sep 17 00:00:00 2001 From: Cheng Wang Date: Fri, 27 Nov 2020 15:38:16 +0800 Subject: [PATCH] [libc][Obvious] Fix typo in strnlen_test.cpp. --- libc/test/src/string/strnlen_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.