]> git.itanic.dy.fi Git - sdl-planets/commitdiff
main.c: Fix a typo in a comment
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 4 Apr 2010 08:44:10 +0000 (11:44 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 4 Apr 2010 08:44:10 +0000 (11:44 +0300)
Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
main.c

diff --git a/main.c b/main.c
index ac1627d4668df357b242fcea0425fb781f324f38..2241d42b6e1f52ee4a3ec849e4e6f8b47b4a5448 100644 (file)
--- 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++;
 
                /*
                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)
                 * per second
                 */
                if (last_frame_tick + (1000 * 1000) / MAX_FPS > ticks)