Fixed comment.
1.1 --- a/include/SDL_assert.h Wed Jan 13 16:08:03 2010 +0000
1.2 +++ b/include/SDL_assert.h Wed Jan 13 16:09:27 2010 +0000
1.3 @@ -47,7 +47,7 @@
1.4 /*
1.5 These are macros and not first class functions so that the debugger breaks
1.6 on the assertion line and not in some random guts of SDL, and so each
1.7 -macro can have unique static variables associated with it.
1.8 +assert can have unique static variables associated with it.
1.9 */
1.10
1.11 #if (defined(_MSC_VER) && ((_M_IX86) || (_M_X64)))