]> granicus.if.org Git - postgis/commitdiff
missed a spot in last commit
authorRegina Obe <lr@pcorp.us>
Fri, 6 Nov 2015 17:57:59 +0000 (17:57 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 6 Nov 2015 17:57:59 +0000 (17:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14363 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geography_inout.c

index a4f779c6bb14c80d552e62f3a3911d9679bd487b..439241bc7467c18dec2d12bc13ff93bca6e1e610 100644 (file)
@@ -602,7 +602,7 @@ Datum geography_from_geometry(PG_FUNCTION_ARGS)
        lwgeom_drop_bbox(lwgeom);
 
        lwgeom_set_geodetic(lwgeom, true);      
-       /* We are trusting geography_serialize will add a box for us if needed */       
+       /* We are trusting geography_serialize will add a box if needed */      
        g_ser = geography_serialize(lwgeom);