Skip to content

Commit 4d958cf

Browse files
committed
Fix up comments
1 parent 4231362 commit 4d958cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Include/internal/pycore_condvar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
#ifdef _POSIX_THREADS
12-
/*ru
12+
/*
1313
* POSIX support
1414
*/
1515
#define Py_HAVE_CONDVAR

Include/internal/pycore_pythread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extern "C" {
99
#endif
1010

1111
#include "dynamic_annotations.h" // _Py_ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX
12-
#include "pycore_llist.h" // struct llist_node
12+
#include "pycore_llist.h" // struct llist_node
1313

1414
// Get _POSIX_THREADS and _POSIX_SEMAPHORES macros if available
1515
#if (defined(HAVE_UNISTD_H) && !defined(_POSIX_THREADS) \

0 commit comments

Comments
 (0)