From 0efb49d054609d43185b7cd3223972c9e7df2b05 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Thu, 5 Mar 2015 15:12:22 +0200 Subject: [PATCH] [algorithms][is_valid] fix comment --- include/boost/geometry/algorithms/detail/is_valid/polygon.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/algorithms/detail/is_valid/polygon.hpp b/include/boost/geometry/algorithms/detail/is_valid/polygon.hpp index 00846d735..17eefd226 100644 --- a/include/boost/geometry/algorithms/detail/is_valid/polygon.hpp +++ b/include/boost/geometry/algorithms/detail/is_valid/polygon.hpp @@ -129,7 +129,7 @@ protected: }; - // structs from partition -- start + // structs for partition -- start struct expand_box { template