Date: Sat, 9 Apr 2022 06:33:44 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 203447ecd4f2 - stable/12 - snd_csa(4): Fix a few common typos in source code comments Message-ID: <202204090633.2396XiXd062345@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=203447ecd4f279196b44c8db1affb7db5a7b00cb commit 203447ecd4f279196b44c8db1affb7db5a7b00cb Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 08:30:52 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:27:26 +0000 snd_csa(4): Fix a few common typos in source code comments - s/hander/handler/ (cherry picked from commit dc8d33b3682b624789210c4776a0fca9525151e1) --- sys/dev/sound/pci/csa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c index 73235f79c416..ca63fb10805f 100644 --- a/sys/dev/sound/pci/csa.c +++ b/sys/dev/sound/pci/csa.c @@ -468,7 +468,7 @@ csa_setup_intr(device_t bus, device_t child, /* * Look at the function code of the child to determine - * the appropriate hander for it. + * the appropriate handler for it. */ func = device_get_ivars(child); if (func == NULL || irq != resp->irq) @@ -508,7 +508,7 @@ csa_teardown_intr(device_t bus, device_t child, /* * Look at the function code of the child to determine - * the appropriate hander for it. + * the appropriate handler for it. */ func = device_get_ivars(child); if (func == NULL || irq != resp->irq || cookie != scp)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090633.2396XiXd062345>