From d66343d6f6fdba84bc5989535a67af4e29eaee42 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 12 Apr 2026 21:33:57 +0100 Subject: [PATCH] Fix a typo in a comment. --- src/pv/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pv/display.c b/src/pv/display.c index a5f5f53..234ab31 100644 --- a/src/pv/display.c +++ b/src/pv/display.c @@ -636,7 +636,7 @@ static void pv__format_init(pvprogramstatus_t status, readonly_pvcontrol_t contr /* * Split the format string into static strings and calculated - * components - a calculated component is is what replaces a + * components - a calculated component is what replaces a * placeholder sequence like "%b". * * A "static string" is part of the original format string that is