From 96e8b3ea0ba8d50683c149422fd9c2588123f62c Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 13 Jun 2014 04:41:31 +0200 Subject: [PATCH] Minor comment improvement. --- src/common/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/map.h b/src/common/map.h index 4a6d041..35bcf25 100644 --- a/src/common/map.h +++ b/src/common/map.h @@ -13,7 +13,7 @@ struct Map { char * cells; /* sequence of bytes encoding map cells */ - uint16_t length; /* map's edge length */ + uint16_t length; /* map's edge length, i.e. both height and width */ }; -- 2.30.2