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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tile_map.h b/src/tile_map.h
index 7ee5727be..89f532e4f 100644
--- a/src/tile_map.h
+++ b/src/tile_map.h
@@ -132,9 +132,9 @@ static inline void SetTileType(TileIndex tile, TileType type)
}
/**
- * Checks if a tile is a give tiletype.
+ * Checks if a tile is a given tiletype.
*
- * This function checks if a tile got the given tiletype.
+ * This function checks if a tile has the given tiletype.
*
* @param tile The tile to check
* @param type The type to check against