summaryrefslogtreecommitdiff
path: root/src/tile_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile_map.h')
-rw-r--r--src/tile_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile_map.h b/src/tile_map.h
index 108cc5adb..96678cdc4 100644
--- a/src/tile_map.h
+++ b/src/tile_map.h
@@ -122,7 +122,7 @@ static inline bool IsValidTile(TileIndex tile)
*
* This function returns the owner of a tile. This cannot used
* for tiles which type is one of MP_HOUSE, MP_VOID and MP_INDUSTRY
- * as no player owned any of these buildings.
+ * as no company owned any of these buildings.
*
* @param tile The tile to check
* @return The owner of the tile