summaryrefslogtreecommitdiff
path: root/src/tile_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-10-13 03:26:48 +0000
committerrubidium <rubidium@openttd.org>2008-10-13 03:26:48 +0000
commitf1f5b248c2a99f728d704b8840b6ccb2f9558986 (patch)
tree85fa073697b6d9960bca90c52e215ea66078536e /src/tile_type.h
parent313f193b55b75c6d4253887e65ffd81e1dee839f (diff)
downloadopenttd-f1f5b248c2a99f728d704b8840b6ccb2f9558986.tar.xz
(svn r14461) -Document: add some doxygen comments (Albert)
Diffstat (limited to 'src/tile_type.h')
-rw-r--r--src/tile_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile_type.h b/src/tile_type.h
index 2d46a74d5..229dcee15 100644
--- a/src/tile_type.h
+++ b/src/tile_type.h
@@ -18,7 +18,7 @@ enum {
/**
- * The different type of a tile.
+ * The different types of tiles.
*
* Each tile belongs to one type, according whatever is build on it.
*