From: Sandro Santilli Date: Tue, 24 Aug 2004 13:34:13 +0000 (+0000) Subject: fixed a typo in a comment X-Git-Tag: pgis_0_9_1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d75afce8702e6a01381e7637f0106d5e512566e2;p=postgis fixed a typo in a comment git-svn-id: http://svn.osgeo.org/postgis/trunk@732 b70326c6-7e19-0410-871a-916f4a2858ee --- 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);