Browse Source

deps/w32-pthreads: Remove unnecessary UTF characters

Norihiro Kamae 3 years ago
parent
commit
0929a78e8c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      deps/w32-pthreads/ptw32_OLL_lock.c

+ 2 - 2
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 nodes 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 nodes 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.
  */