From 0929a78e8cdec185e0736036a7bd020d62449e9b Mon Sep 17 00:00:00 2001 From: Norihiro Kamae Date: Sat, 13 Aug 2022 11:28:19 +0900 Subject: [PATCH] deps/w32-pthreads: Remove unnecessary UTF characters --- deps/w32-pthreads/ptw32_OLL_lock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/w32-pthreads/ptw32_OLL_lock.c b/deps/w32-pthreads/ptw32_OLL_lock.c index b92b8fa79..27e1fa7a0 100644 --- a/deps/w32-pthreads/ptw32_OLL_lock.c +++ b/deps/w32-pthreads/ptw32_OLL_lock.c @@ -282,7 +282,7 @@ ptw32_oll_Depart(ptw32_oll_ticket_t ticket) /* * Increments the C-SNZI surplus and returns true if the * C-SNZI is open or has a surplus. Calls TreeArrive - * recursively on the node’s parent if needed. + * recursively on the node's parent if needed. * Otherwise, returns false without making any changes. */ BOOL @@ -336,7 +336,7 @@ ptw32_oll_TreeArrive(ptw32_oll_snziNodeOrRoot_t snziNodeOrRoot) /* * Decrements the C-SNZI surplus, calling TreeDepart - * recursively on the node’s parent if needed. Returns + * recursively on the node's parent if needed. Returns * false iff the resulting state of the C-SNZI is CLOSED * and the surplus is zero. Otherwise, returns true. */