]> git.itanic.dy.fi Git - sdl-planets/blobdiff - main.c
main.c: Fix a typo in a comment
[sdl-planets] / 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++;
 
                /*
-                * 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)