Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Mitchell committed Sep 23, 2023
1 parent d704c3a commit 88e4649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mt/yices_locks_posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ int32_t create_yices_lock(yices_lock_t* lock){
"create_yices_lock: pthread_mutex_init");

#ifndef NDEBUG
check_thread_api(pthread_mutexattr_destroy(mattr));
check_thread_api(pthread_mutexattr_destroy(mattr),
"create_yices_lock: pthread_mutexattr_destroy");
#endif

return 0;
Expand Down

0 comments on commit 88e4649

Please sign in to comment.