From f84f69d0479811c1b4de2e253ec7e801badb2f00 Mon Sep 17 00:00:00 2001 From: Bob Pendleton Date: Fri, 25 Sep 2009 19:26:21 +0000 Subject: [PATCH] fixed a spelling error in the documentation. --- src/atomic/dummy/SDL_atomic.c | 2 +- src/atomic/linux/SDL_atomic.c | 2 +- src/atomic/macosx/SDL_atomic.c | 2 +- src/atomic/win32/SDL_atomic.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/atomic/dummy/SDL_atomic.c b/src/atomic/dummy/SDL_atomic.c index b2a7e7a7c..6d3728755 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] = { diff --git a/src/atomic/linux/SDL_atomic.c b/src/atomic/linux/SDL_atomic.c index f60681943..b2d75361f 100644 --- a/src/atomic/linux/SDL_atomic.c +++ b/src/atomic/linux/SDL_atomic.c @@ -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] = { diff --git a/src/atomic/macosx/SDL_atomic.c b/src/atomic/macosx/SDL_atomic.c index b2a7e7a7c..6d3728755 100644 --- a/src/atomic/macosx/SDL_atomic.c +++ b/src/atomic/macosx/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] = { diff --git a/src/atomic/win32/SDL_atomic.c b/src/atomic/win32/SDL_atomic.c index 97055d9ad..eda237728 100644 --- a/src/atomic/win32/SDL_atomic.c +++ b/src/atomic/win32/SDL_atomic.c @@ -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] = {