changeset 3665:97114af2f8dc

Fixed comment.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 13 Jan 2010 16:09:27 +0000
parents 8bdc37b1a52a
children 0d58847d1e2a
files include/SDL_assert.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))