From 9d0605c550e58f1b9ac5e7c46d0fd77f874d99a3 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 13 Jan 2010 16:09:27 +0000 Subject: [PATCH] Fixed comment. --- 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)))