From 5a1eb39ac2885e4ed0bb83d6414b43d8999677c0 Mon Sep 17 00:00:00 2001 From: Nick Rabinowitz Date: Fri, 6 Oct 2023 10:00:34 -0700 Subject: [PATCH] comment fix Co-authored-by: Isaac Brodsky --- src/h3lib/lib/polyfill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h3lib/lib/polyfill.c b/src/h3lib/lib/polyfill.c index 72145c816..5e6173d2f 100644 --- a/src/h3lib/lib/polyfill.c +++ b/src/h3lib/lib/polyfill.c @@ -319,7 +319,7 @@ void iterDestroyPolygonCompact(IterCellsPolygonCompact *iter) { } /** - * Initialize a IterCellsPolygonCompact struct representing the sequence of + * Initialize a IterCellsPolygon struct representing the sequence of * cells within the target polygon. The test for including edge cells is defined * by the polyfill mode passed in the `flags` argument. *