From: Timo Kokkonen Date: Sun, 4 Apr 2010 08:44:10 +0000 (+0300) Subject: main.c: Fix a typo in a comment X-Git-Url: http://git.itanic.dy.fi/?p=sdl-planets;a=commitdiff_plain;h=a0e62509fdf556f82dfb2331460be5af8e15540a main.c: Fix a typo in a comment Signed-off-by: Timo Kokkonen --- diff --git a/main.c b/main.c index ac1627d..2241d42 100644 --- a/main.c +++ b/main.c @@ -238,7 +238,7 @@ static void loop(SDL_Surface *screen, int num_of_planets, double total_mass, step_count++; /* - * Do not draw to the screen more often than MAS_FPS + * Do not draw to the screen more often than MAX_FPS * per second */ if (last_frame_tick + (1000 * 1000) / MAX_FPS > ticks)