summaryrefslogtreecommitdiff
path: root/src/tile_map.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2013-01-08 22:46:42 +0000
committerplanetmaker <planetmaker@openttd.org>2013-01-08 22:46:42 +0000
commitc24374f99c22d9420d6d182ff835f07a5b954b48 (patch)
tree7043ad53c941668339a0949867e10888f9e54f16 /src/tile_map.h
parent89a2ba2a6d25e605c391e7343ba66090ee9f26de (diff)
downloadopenttd-c24374f99c22d9420d6d182ff835f07a5b954b48.tar.xz
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
Diffstat (limited to 'src/tile_map.h')
-rw-r--r--src/tile_map.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tile_map.h b/src/tile_map.h
index 8dc4757ba..2c5cfffbf 100644
--- a/src/tile_map.h
+++ b/src/tile_map.h
@@ -105,8 +105,8 @@ static inline void SetTileType(TileIndex tile, TileType type)
* This function checks if a tile got the given tiletype.
*
* @param tile The tile to check
- * @param type The type to check agains
- * @return true If the type matches agains the type of the tile
+ * @param type The type to check against
+ * @return true If the type matches against the type of the tile
*/
static inline bool IsTileType(TileIndex tile, TileType type)
{
@@ -169,7 +169,7 @@ static inline void SetTileOwner(TileIndex tile, Owner owner)
* Checks if a tile belongs to the given owner
*
* @param tile The tile to check
- * @param owner The owner to check agains
+ * @param owner The owner to check against
* @return True if a tile belongs the the given owner
*/
static inline bool IsTileOwner(TileIndex tile, Owner owner)