summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/command.h')
-rw-r--r--crawl-ref/source/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.h b/crawl-ref/source/command.h
index 9aab940469..eb5dafbc16 100644
--- a/crawl-ref/source/command.h
+++ b/crawl-ref/source/command.h
@@ -28,7 +28,7 @@ void list_commands(int hotkey = 0, bool do_redraw_screen = false);
int list_wizard_commands(bool do_redraw_screen = false);
#endif
-// XXX: Actually defined in acr.cc; we may want to move this to command.cc.
+// XXX: Actually defined in main.cc; we may want to move this to command.cc.
void process_command(command_type cmd);
#endif