diff src/atomic/macosx/SDL_atomic.c @ 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 72b542f34739
children f7b03b6838cb
line wrap: on
line diff
--- 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] = {