From 8b17f0691c148a298b2a5939de4c1e4be2277eea Mon Sep 17 00:00:00 2001 From: Remko Scharroo Date: Wed, 26 Jul 2023 11:00:20 +0200 Subject: [PATCH] Update grdview.c --- src/grdview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grdview.c b/src/grdview.c index 86337f173ed..bc8ee5c9629 100644 --- a/src/grdview.c +++ b/src/grdview.c @@ -317,7 +317,7 @@ GMT_LOCAL void grdview_set_loop_order (struct GMT_CTRL *GMT, struct GMT_GRID *Z, * (i.e., north of it) and compute their projected coordinates, then calculate the angle from center to north. * We use this orientation of the grid to determine which way we loop (rows then columns or columns then rows) * and which direction. - * The start and stop items work like this: start is the lower-left row,col values of the first tile, + * The start and stop items work like this: start are the lower-left row,col values of the first tile, * while stop is 1 beyond the last valid index - we loop as long as current index is NOT equal to stop. */ unsigned int col, row, oct, one = 1;