From a0e62509fdf556f82dfb2331460be5af8e15540a Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Sun, 4 Apr 2010 11:44:10 +0300 Subject: [PATCH] main.c: Fix a typo in a comment Signed-off-by: Timo Kokkonen --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.44.0