summaryrefslogtreecommitdiff
path: root/2d
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@member.fsf.org>2014-04-24 22:10:35 -0400
committerDavid Thompson <dthompson@member.fsf.org>2014-04-24 22:10:35 -0400
commit00f185843b3e6a4a1d58b48bcaebae291b83179d (patch)
tree08ae85b63130ed1f68edae80d754e0535ff5e73a /2d
parentc9bb5b91b82900294413786f75b6ef021a59bb5a (diff)
Update commentary for (2d game) module.
* 2d/game.scm: Change commentary.
Diffstat (limited to '2d')
-rw-r--r--2d/game.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/2d/game.scm b/2d/game.scm
index b25cd1d..d8eeb9b 100644
--- a/2d/game.scm
+++ b/2d/game.scm
@@ -17,7 +17,7 @@
;;; Commentary:
;;
-;; Game data structure.
+;; The game loop.
;;
;;; Code: