summaryrefslogtreecommitdiff
path: root/src/atomic/dummy/SDL_atomic.c
diff options
context:
space:
mode:
authorBob Pendleton <bob@pendleton.com>2009-09-25 19:26:21 +0000
committerBob Pendleton <bob@pendleton.com>2009-09-25 19:26:21 +0000
commitf84f69d0479811c1b4de2e253ec7e801badb2f00 (patch)
tree47383305f01b643ced160a14df747fbcf983ede0 /src/atomic/dummy/SDL_atomic.c
parent0975b60bea50a802e477943dc89b7f735e6a65ed (diff)
fixed a spelling error in the documentation.
Diffstat (limited to 'src/atomic/dummy/SDL_atomic.c')
-rw-r--r--src/atomic/dummy/SDL_atomic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atomic/dummy/SDL_atomic.c b/src/atomic/dummy/SDL_atomic.c
index b2a7e7a7c3..6d37287557 100644
--- a/src/atomic/dummy/SDL_atomic.c
+++ b/src/atomic/dummy/SDL_atomic.c
@@ -107,7 +107,7 @@ SDL_AtomicUnlock(SDL_SpinLock *lock)
pretty much eliminate the chances of several atomic operations on
different data from waiting on the same "big lock". If it isn't
then the table of locks can be expanded to a new size so long as
- the new size if a power of two.
+ the new size is a power of two.
*/
static SDL_SpinLock locks[32] = {