diff options
| author | TwoFinger <Two-Finger@users.noreply.github.com> | 2018-06-04 12:53:15 +0300 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-01-30 15:21:07 +0100 |
| commit | f41a9cf4cbca26d7c4a8ff56e7d64f889331cd55 (patch) | |
| tree | 154b1192db1ac67cb371dd34554cca938def009b /view.h | |
| parent | 76f40dd8afbfe31b6071542824ab9d9a45e75d75 (diff) | |
| download | vis-f41a9cf4cbca26d7c4a8ff56e7d64f889331cd55.tar.gz vis-f41a9cf4cbca26d7c4a8ff56e7d64f889331cd55.tar.xz | |
view: Fix a @param name in a comment
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
