changeset 3308:0e000afe3dc0

fixed a spelling error in the documentation.
author Bob Pendleton <bob@pendleton.com>
date Fri, 25 Sep 2009 19:26:21 +0000
parents 6fb7f38d20b6
children e1f161215f72
files src/atomic/dummy/SDL_atomic.c src/atomic/linux/SDL_atomic.c src/atomic/macosx/SDL_atomic.c src/atomic/win32/SDL_atomic.c
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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] = {
--- 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] = {
--- 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] = {
--- 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] = {