summaryrefslogtreecommitdiff
path: root/src/currency.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/currency.cpp')
-rw-r--r--src/currency.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/currency.cpp b/src/currency.cpp
index 671ba1456..baea5ec27 100644
--- a/src/currency.cpp
+++ b/src/currency.cpp
@@ -114,9 +114,9 @@ const byte TTDPatch_To_OTTDIndex[] =
/**
* Will return the ottd's index correspondance to
- * the ttdpatch's id. If the id is bigger then the array,
- * it is a grf written for ottd, thus returning the same id.
- * Only called from newgrf.c
+ * the ttdpatch's id. If the id is bigger than the array,
+ * it is a grf written for ottd, thus returning the same id.
+ * Only called from newgrf.cpp
* @param grfcurr_id currency id coming from newgrf
* @return the corrected index
**/