summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index 55f4823..d88ff54 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -511,7 +511,7 @@ struct BlockLists
struct map_abstract
{
MapName name_;
- // gat is nullptr for map_remote and non-nullptr or map_local
+ // gat is nullptr for map_remote and non-nullptr for map_local
std::unique_ptr<MapCell[]> gat;
virtual ~map_abstract() {}