From 70fd4453072869b9af06efd8e697ef7f7faa495f Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 12 Apr 2026 18:41:15 +0100 Subject: [PATCH] Fix a typo in a comment. --- src/pv/cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pv/cursor.c b/src/pv/cursor.c index 5d79830..c49a029 100644 --- a/src/pv/cursor.c +++ b/src/pv/cursor.c @@ -524,7 +524,7 @@ void pv_crs_update(pvcursorstate_t cursor, readonly_pvcontrol_t control, pvtrans /* * flawfinder rationale: the "cup_cmd" buffer is always zeroed * before each use, and is only written to by pv_snprintf() bounded - * by its size; also, that function explictly zero-terminates the + * by its size; also, that function explicitly zero-terminates the * string it writes. The write() call is also bounded. */