summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index 9f4048769..0f39e7211 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -162,7 +162,7 @@ static bool CMSAMine(TileIndex tile)
/**
* Check whether the tile is water.
* @param tile the tile to investigate.
- * @return true if and only if the tile is a mine
+ * @return true if and only if the tile is a water tile
*/
static bool CMSAWater(TileIndex tile)
{
@@ -172,7 +172,7 @@ static bool CMSAWater(TileIndex tile)
/**
* Check whether the tile is a tree.
* @param tile the tile to investigate.
- * @return true if and only if the tile is a mine
+ * @return true if and only if the tile is a tree tile
*/
static bool CMSATree(TileIndex tile)
{
@@ -182,7 +182,7 @@ static bool CMSATree(TileIndex tile)
/**
* Check whether the tile is a forest.
* @param tile the tile to investigate.
- * @return true if and only if the tile is a mine
+ * @return true if and only if the tile is a forest
*/
static bool CMSAForest(TileIndex tile)
{