fixed a spelling error in the documentation.

This commit is contained in:
Bob Pendleton
2009-09-25 19:26:21 +00:00
parent 0975b60bea
commit f84f69d047
4 changed files with 4 additions and 4 deletions

View File

@@ -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] = {

View File

@@ -126,7 +126,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] = {

View File

@@ -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] = {

View File

@@ -116,7 +116,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] = {