From 0070a743901cd7b21f011c6718d5049e895d9af1 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 26 Jul 2025 17:57:46 +0100 Subject: [PATCH] Correct a minor typo in a comment. --- src/pv/loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pv/loop.c b/src/pv/loop.c index 3a967ff..bfb39da 100644 --- a/src/pv/loop.c +++ b/src/pv/loop.c @@ -732,7 +732,7 @@ int pv_watchfd_loop(pvstate_t state) /* * Free the state structure specific to this file descriptor. - * Uunused so far - this is so that in future we could watch + * Unused so far - this is so that in future we could watch * multiple file descriptors similar to pv_watchpid_loop(). */ if (NULL != info.state) {