This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


The following commit(s) were added to refs/heads/main by this push:
     new ee771483 chore(c/sedona-libgpuspatial): Fix typo in relate.cuh comment 
(#463)
ee771483 is described below

commit ee771483c8b7dfb4a0fff3759887607c5761d030
Author: Mayank Aggarwal <[email protected]>
AuthorDate: Wed Dec 17 21:22:36 2025 +0530

    chore(c/sedona-libgpuspatial): Fix typo in relate.cuh comment (#463)
---
 .../libgpuspatial/include/gpuspatial/relate/relate.cuh                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/c/sedona-libgpuspatial/libgpuspatial/include/gpuspatial/relate/relate.cuh 
b/c/sedona-libgpuspatial/libgpuspatial/include/gpuspatial/relate/relate.cuh
index 722a41e9..4b397453 100644
--- a/c/sedona-libgpuspatial/libgpuspatial/include/gpuspatial/relate/relate.cuh
+++ b/c/sedona-libgpuspatial/libgpuspatial/include/gpuspatial/relate/relate.cuh
@@ -397,7 +397,7 @@ DEV_HOST int32_t relate(const POINT_T& P1, bool p1_is_head, 
const POINT_T& P2,
             (p1_location == 'B' && p2_location == 'I') ||
             (p1_location == 'B' && p2_location == 'B' && pc_location == 'I')) {
           /*
-           * P1-P2 goes throught inside of the hole.
+           * P1-P2 goes through inside of the hole.
            */
           return (retval | IntersectionMatrix::INTER_EXTER_1D);
         }
@@ -1118,7 +1118,7 @@ DEV_HOST int32_t relate(bool p_has_boundary, POINT_T P1, 
bool p1_is_head, POINT_
         }
       }
 
-      /* P1-P2 and Q1-Q2 are colinear */
+      /* P1-P2 and Q1-Q2 are collinear */
       if (qp1 == 0 && qp2 == 0) {
         if (p1_in_qq != PointLocation::kOutside && p2_in_qq != 
PointLocation::kOutside) {
           /* P1-P2 is fully contained by Q1-Q2 */

Reply via email to