Fixed comment.

This commit is contained in:
Ryan C. Gordon
2010-01-13 16:09:27 +00:00
parent 6a3cbf3b30
commit e6b26beb4e

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)))