Skip to content

Commit

Permalink
address CR
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Parkinson <[email protected]>
  • Loading branch information
SchrodingerZhu and mjp41 committed Oct 30, 2024
1 parent 14c439a commit b1d2343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/snmalloc/ds/combininglock.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ namespace snmalloc
using type = int;
};

using WaitingWoldType =
using WaitingWordType =
typename WaitWordTypeSelect<has_wait_on_address<DefaultPal>, DefaultPal>::
type;

template<typename F>
friend class CombiningLockNodeTempl;

enum class LockStatus : WaitingWoldType
enum class LockStatus : WaitingWordType
{
// The work for this node has not been completed.
WAITING,
Expand Down

0 comments on commit b1d2343

Please sign in to comment.