# HG changeset patch # User Ryan C. Gordon # Date 1263398967 0 # Node ID 97114af2f8dc2996fb7cd966cca5b79e213773df # Parent 8bdc37b1a52a3d100b7962e537036316cf794571 Fixed comment. diff -r 8bdc37b1a52a -r 97114af2f8dc include/SDL_assert.h --- a/include/SDL_assert.h Wed Jan 13 16:08:03 2010 +0000 +++ b/include/SDL_assert.h Wed Jan 13 16:09:27 2010 +0000 @@ -47,7 +47,7 @@ /* These are macros and not first class functions so that the debugger breaks on the assertion line and not in some random guts of SDL, and so each -macro can have unique static variables associated with it. +assert can have unique static variables associated with it. */ #if (defined(_MSC_VER) && ((_M_IX86) || (_M_X64)))