From e63d0dd35c47b8aa8fd78e3e3e8c851bb43bc179 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 13 Jan 2010 16:09:27 +0000 Subject: [PATCH] Fixed comment. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404416 --- include/SDL_assert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_assert.h b/include/SDL_assert.h index 483ae2353..cc6d80b0f 100644 --- a/include/SDL_assert.h +++ b/include/SDL_assert.h @@ -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)))