Fixed comment.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404416
This commit is contained in:
Ryan C. Gordon 2010-01-13 16:09:27 +00:00
parent 5c1ec528fa
commit e63d0dd35c

View file

@ -47,7 +47,7 @@ extern "C" {
/*
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)))