summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_event_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_event_types.hpp')
-rw-r--r--src/ai/api/ai_event_types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_event_types.hpp b/src/ai/api/ai_event_types.hpp
index c64b2a367..13c004d97 100644
--- a/src/ai/api/ai_event_types.hpp
+++ b/src/ai/api/ai_event_types.hpp
@@ -286,7 +286,7 @@ public:
/**
* Get the running cost of the offered engine.
* @return The running cost of the vehicle per year.
- * @note Cost is per year; divide by 364 to get per day.
+ * @note Cost is per year; divide by 365 to get per day.
*/
Money GetRunningCost();