[libc][Obvious] Fix typo in strnlen_test.cpp.

This commit is contained in:
Cheng Wang 2020-11-27 15:38:16 +08:00
parent 808fcfe594
commit a513be4900
1 changed files with 1 additions and 1 deletions

View 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.