From f41a9cf4cbca26d7c4a8ff56e7d64f889331cd55 Mon Sep 17 00:00:00 2001 From: TwoFinger Date: Mon, 4 Jun 2018 12:53:15 +0300 Subject: view: Fix a @param name in a comment --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.h b/view.h index 1da8a90..4d01564 100644 --- a/view.h +++ b/view.h @@ -58,7 +58,7 @@ Filerange view_viewport_get(View*); * @param pos The position to query. * @param line Will be updated with screen line on which `pos` resides. * @param row Will be updaded with zero based window row on which `pos` resides. - * @param line Will be updated with zero based window column which `pos` resides. + * @param col Will be updated with zero based window column which `pos` resides. * @return Whether `pos` is visible. If not, the pointer arguments are left unmodified. */ bool view_coord_get(View*, size_t pos, Line **line, int *row, int *col); -- cgit v1.2.3