summaryrefslogtreecommitdiff
path: root/src/tile_map.h
diff options
context:
space:
mode:
authornikolas <nikolas@gnu.org>2019-01-13 02:38:48 -0500
committerCharles Pigott <charlespigott@googlemail.com>2019-01-13 07:38:48 +0000
commit4fc1b2baaefad669b51d88f980aaf33670795f26 (patch)
tree5e6cc2d96f8f29b71e0508d2b91ecb464df7d332 /src/tile_map.h
parent5ff0c24993c52546f1809e87a036d1e8f21d6e17 (diff)
downloadopenttd-4fc1b2baaefad669b51d88f980aaf33670795f26.tar.xz
Fix: Grammar in a bunch of comments (#7054)
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