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 <[email protected]>
AuthorDate: 2022-04-02 08:30:52 +0000
Commit:     Gordon Bergling <[email protected]>
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)

Reply via email to