Skip to content

Commit

Permalink
Fix typo in include/os/lock.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cjones051073 committed Mar 27, 2023
1 parent 88852aa commit 2806f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/os/lock.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bool os_unfair_lock_trylock(os_unfair_lock_t lock);

void os_unfair_lock_unlock(os_unfair_lock_t lock);

__MP__BEGIN_DECLS
__MP__END_DECLS

/*
it is not clear how to implement these functions
Expand Down

0 comments on commit 2806f66

Please sign in to comment.