# HG changeset patch # User Bob Pendleton # Date 1253906781 0 # Node ID 0e000afe3dc09bdb53b46ff162ced43b31c049d7 # Parent 6fb7f38d20b6456ffa8843456308d99322209ec5 fixed a spelling error in the documentation. diff -r 6fb7f38d20b6 -r 0e000afe3dc0 src/atomic/dummy/SDL_atomic.c --- a/src/atomic/dummy/SDL_atomic.c Fri Sep 25 19:20:25 2009 +0000 +++ b/src/atomic/dummy/SDL_atomic.c Fri Sep 25 19:26:21 2009 +0000 @@ -107,7 +107,7 @@ 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] = { diff -r 6fb7f38d20b6 -r 0e000afe3dc0 src/atomic/linux/SDL_atomic.c --- a/src/atomic/linux/SDL_atomic.c Fri Sep 25 19:20:25 2009 +0000 +++ b/src/atomic/linux/SDL_atomic.c Fri Sep 25 19:26:21 2009 +0000 @@ -126,7 +126,7 @@ 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] = { diff -r 6fb7f38d20b6 -r 0e000afe3dc0 src/atomic/macosx/SDL_atomic.c --- a/src/atomic/macosx/SDL_atomic.c Fri Sep 25 19:20:25 2009 +0000 +++ b/src/atomic/macosx/SDL_atomic.c Fri Sep 25 19:26:21 2009 +0000 @@ -107,7 +107,7 @@ 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] = { diff -r 6fb7f38d20b6 -r 0e000afe3dc0 src/atomic/win32/SDL_atomic.c --- a/src/atomic/win32/SDL_atomic.c Fri Sep 25 19:20:25 2009 +0000 +++ b/src/atomic/win32/SDL_atomic.c Fri Sep 25 19:26:21 2009 +0000 @@ -116,7 +116,7 @@ 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] = {