Skip to content

Commit e20d450

Browse files
committed
more header typos
1 parent 3122439 commit e20d450

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libc/hdr/types/pthread_barrierattr_t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- Definition of macros from pthread_barrier_t.h ---------------------===//
1+
//===-- Definition of macros from pthread_barrierattr_t.h -----------------===//
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/pthread/pthread_barrier_destroy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- Linux implementation of the pthread_barrier_init function ---------===//
1+
//===-- Implementation of the pthread_barrier_destroy function ------------===//
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/pthread/pthread_barrier_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- Linux implementation of the pthread_barrier_init function ---------===//
1+
//===-- Implementation of the pthread_barrier_init function ---------------===//
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/pthread/pthread_barrier_wait.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- Linux implementation of the pthread_barrier_init function ---------===//
1+
//===-- Implementation of the pthread_barrier_wait function ---------------===//
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)