]> granicus.if.org Git - postgis/commitdiff
fixed a typo in a comment
authorSandro Santilli <strk@keybit.net>
Tue, 24 Aug 2004 13:34:13 +0000 (13:34 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 24 Aug 2004 13:34:13 +0000 (13:34 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@732 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom.h

index a9142f28374baf5fac8ffa30cb03c4d7f6d5b261..b56d0dafcf5b40af3d9184146ec4c714af31634a 100644 (file)
@@ -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);