Skip to content

Commit d1d4a11

Browse files
committed
fix typo
1 parent 08b755a commit d1d4a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsrc/ct.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ ASSERT(0,EVNONCE)
716716
case 10: { // create a mutex. w indicates recursive status
717717
#if PYXES
718718
I recur; RE(recur=i0(w)) ASSERT((recur&~1)==0,EVDOMAIN) // recur must be 0 or 1
719-
GAT0(z,INT,(sizeof(pthread_mutex_t)+SZI-1)>>LGSZI,0); ACINITZAP(z); AN(z)=1; AM(z)=CREDMUTEX; // allocate mutex, make it immortal and atomic, install credential
719+
GAT0(z,INT,(sizeof(jtpthread_mutex_t)+SZI-1)>>LGSZI,0); ACINITZAP(z); AN(z)=1; AM(z)=CREDMUTEX; // allocate mutex, make it immortal and atomic, install credential
720720
jtpthread_mutex_init((jtpthread_mutex_t*)IAV0(z),recur);
721721
#else
722722
ASSERT(0,EVNONCE)

0 commit comments

Comments
 (0)