Skip to content

Commit 873b716

Browse files
author
Sriya Pratipati
committed
Fixed hyphens in first lines
1 parent c53acbf commit 873b716

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libc/src/wchar/wmemcmp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- Implementation of wmemcmp ------------------------------------------===//
1+
//===-- Implementation of wmemcmp -----------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

libc/src/wchar/wmemcmp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- Implementation header for wmemcmp ----------------------------------===//
1+
//===-- Implementation header for wmemcmp ---------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

libc/test/src/wchar/wmemcmp_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- Unittests for wmemcmp ----------------------------------------------===//
1+
//===-- Unittests for wmemcmp ---------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)