Browse Source

Merge commit 'dbd4b88abce852bb11d850333f28c66681cb5530' into main

Sam Lantinga 2 năm trước cách đây
mục cha
commit
56ad16fb7b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/SDL3/SDL_atomic.h

+ 1 - 1
include/SDL3/SDL_atomic.h

@@ -81,7 +81,7 @@ extern "C" {
  * They are also vulnerable to starvation if the thread holding
  * the lock is lower priority than other threads and doesn't get
  * scheduled. In general you should use mutexes instead, since
- * in general they have better performance and contention behavior.
+ * they have better performance and contention behavior.
  *
  * The atomic locks are not safe to lock recursively.
  *