summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 1ea2c9a8e..0b62da095 100644
--- a/functions.h
+++ b/functions.h
@@ -79,7 +79,7 @@ void ShowInfo(const char *str);
void CDECL ShowInfoF(const char *str, ...);
void NORETURN CDECL error(const char *str, ...);
-/* ttd.c */
+/* openttd.c */
// **************
// * Warning: DO NOT enable this unless you understand what it does