From e8de15770c4d31dd167f3c91fed2ca73b57aff2f Mon Sep 17 00:00:00 2001 From: ratchov Date: Tue, 31 Jan 2023 21:38:01 +0000 Subject: [PATCH] Fix a typo in a comment and spacing from weerd@ --- usr.bin/sndioctl/sndioctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/sndioctl/sndioctl.c b/usr.bin/sndioctl/sndioctl.c index e9be8a6b2d5..a7f8e985735 100644 --- a/usr.bin/sndioctl/sndioctl.c +++ b/usr.bin/sndioctl/sndioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sndioctl.c,v 1.18 2022/12/26 19:16:03 jmc Exp $ */ +/* $OpenBSD: sndioctl.c,v 1.19 2023/01/31 21:38:01 ratchov Exp $ */ /* * Copyright (c) 2014-2020 Alexandre Ratchov * @@ -839,7 +839,7 @@ list(void) /* * register a new knob/button, called from the poll() loop. this may be * called when label string changes, in which case we update the - * existing label widged rather than inserting a new one. + * existing label widget rather than inserting a new one. */ void ondesc(void *arg, struct sioctl_desc *d, int curval) @@ -1027,7 +1027,7 @@ main(int argc, char **argv) exit(1); } for (;;) { - fflush(stdout); + fflush(stdout); nfds = sioctl_pollfd(hdl, pfds, POLLIN); if (nfds == 0) break; -- 2.20.1