The branch main has been updated by gbe:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=7eb8fbfb0421d38ec83a73f9b8ea13e7c52d3314

commit 7eb8fbfb0421d38ec83a73f9b8ea13e7c52d3314
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2023-08-02 07:14:04 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2023-08-02 07:14:04 +0000

    psm(4): Fix a typo in a source code comment
    
    - s/diable/disable/
    
    MFC after:      3 days
---
 sys/dev/atkbdc/psm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/atkbdc/psm.c b/sys/dev/atkbdc/psm.c
index a308cc81cd3a..9e89f01cbfc2 100644
--- a/sys/dev/atkbdc/psm.c
+++ b/sys/dev/atkbdc/psm.c
@@ -5441,7 +5441,7 @@ enable_kmouse(struct psm_softc *sc, enum probearg arg)
        if ((status[1] == PSMD_RES_LOW) || (status[2] == rate[i - 1]))
                return (FALSE);
 
-       /* the device appears be enabled by this sequence, diable it for now */
+       /* the device appears be enabled by this sequence, disable it for now */
        disable_aux_dev(kbdc);
        empty_aux_buffer(kbdc, 5);
 

Reply via email to