@@ -122,49 +122,49 @@ Datum spherekey_ge(PG_FUNCTION_ARGS);
122122Datum spherekey_gt (PG_FUNCTION_ARGS );
123123
124124/*
125- * Returns relationship of two keys.
125+ * Returns relationship between the two keys.
126126 * Calls skey_cmp(const int32 *, const int32 *) for two keys.
127127 */
128128Datum spherekey_cmp (PG_FUNCTION_ARGS );
129129
130130/*
131- * Returns relationship of keys of two spherical points.
131+ * Returns relationship between the keys of two spherical points.
132132 * Calls skey_cmp(const int32 *, const int32 *) for two points.
133133 */
134134Datum spherepoint_cmp (PG_FUNCTION_ARGS );
135135
136136/*
137- * Returns relationship of keys of two spherical circles.
137+ * Returns relationship between the keys of two spherical circles.
138138 * Calls skey_cmp(const int32 *, const int32 *) for two circles.
139139 */
140140Datum spherecircle_cmp (PG_FUNCTION_ARGS );
141141
142142/*
143- * Returns relationship of keys of two spherical ellipses.
143+ * Returns relationship between the keys of two spherical ellipses.
144144 * Calls skey_cmp(const int32 *, const int32 *) for two ellipses.
145145 */
146146Datum sphereellipse_cmp (PG_FUNCTION_ARGS );
147147
148148/*
149- * Returns relationship of keys of two spherical lines.
149+ * Returns relationship between the keys of two spherical lines.
150150 * Calls skey_cmp(const int32 *, const int32 *) for two lines.
151151 */
152152Datum sphereline_cmp (PG_FUNCTION_ARGS );
153153
154154/*
155- * Returns relationship of keys of two spherical paths.
155+ * Returns relationship between the keys of two spherical paths.
156156 * Calls skey_cmp(const int32 *, const int32 *) for two paths.
157157 */
158158Datum spherepath_cmp (PG_FUNCTION_ARGS );
159159
160160/*
161- * Returns relationship of keys of two spherical polygons.
161+ * Returns relationship between the keys of two spherical polygons.
162162 * Calls skey_cmp(const int32 *, const int32 *) for two polygons.
163163 */
164164Datum spherepoly_cmp (PG_FUNCTION_ARGS );
165165
166166/*
167- * Returns relationship of keys of two spherical boxes.
167+ * Returns relationship between the keys of two spherical boxes.
168168 * Calls skey_cmp(const int32 *, const int32 *) for two boxes.
169169 */
170170Datum spherebox_cmp (PG_FUNCTION_ARGS );
0 commit comments