Commit 39fbfe62 authored by Bob Pendleton's avatar Bob Pendleton

fixed a spelling error in the documentation.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403898
parent 8f9b7ab9
......@@ -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] = {
......
......@@ -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] = {
......
......@@ -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] = {
......
......@@ -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] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment