]> granicus.if.org Git - postgis/commitdiff
Fix comment per rcoup
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 9 Oct 2012 22:04:57 +0000 (22:04 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 9 Oct 2012 22:04:57 +0000 (22:04 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10386 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/gserialized_typmod.c

index 72e400ba103d852057f61e7cac1362ccbe769df9..77c3f362e0f636df364a38bcce19dbf59eda40c6 100644 (file)
@@ -120,7 +120,7 @@ void postgis_valid_typmod(const GSERIALIZED *gser, int32_t typmod)
        POSTGIS_DEBUGF(3, "Got geom(type = %d, srid = %d, hasz = %d, hasm = %d)", geom_type, geom_srid, geom_z, geom_m);
        POSTGIS_DEBUGF(3, "Got typmod(type = %d, srid = %d, hasz = %d, hasm = %d)", typmod_type, typmod_srid, typmod_z, typmod_m);
 
-       /* Typmod has a preference for SRID and geom has a non-default SRID? They had better match. */
+       /* Typmod has a preference for SRID? Geometry SRID had better match. */
        if ( typmod_srid > 0 && typmod_srid != geom_srid )
        {
                ereport(ERROR, (