From d75afce8702e6a01381e7637f0106d5e512566e2 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 24 Aug 2004 13:34:13 +0000 Subject: [PATCH] fixed a typo in a comment git-svn-id: http://svn.osgeo.org/postgis/trunk@732 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/lwgeom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwgeom/lwgeom.h b/lwgeom/lwgeom.h index a9142f283..b56d0dafc 100644 --- a/lwgeom/lwgeom.h +++ b/lwgeom/lwgeom.h @@ -261,7 +261,7 @@ typedef struct POINTARRAY **rings; // list of rings (list of points) } LWPOLY; // "light-weight polygon" -// construct a new LWLINE. arrays (points/points per ring) will NOT be copied +// construct a new LWPOLY. arrays (points/points per ring) will NOT be copied // use SRID=-1 for unknown SRID (will have 8bit type's S = 0) extern LWPOLY *lwpoly_construct(int ndims, int SRID, int nrings,POINTARRAY **points); -- 2.40.0