Skip to content

Commit e1cee96

Browse files
Update Include/cpython/lock.h
Co-authored-by: Kumar Aditya <[email protected]>
1 parent 64333f3 commit e1cee96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/lock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ PyAPI_FUNC(void) PyMutex_Lock(PyMutex *m);
3636
// exported function for unlocking the mutex
3737
PyAPI_FUNC(void) PyMutex_Unlock(PyMutex *m);
3838

39-
// exported function for unlocking the mutex
39+
// exported function for checking if the mutex is locked
4040
PyAPI_FUNC(int) PyMutex_IsLocked(PyMutex *m);
4141

4242
// Locks the mutex.

0 commit comments

Comments
 (0)