Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 07:14:14 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7eb8fbfb0421 - main - psm(4): Fix a typo in a source code comment
Message-ID:  <202308020714.3727EESh024748@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

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

commit 7eb8fbfb0421d38ec83a73f9b8ea13e7c52d3314
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 07:14:04 +0000
Commit:     Gordon Bergling <gbe@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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308020714.3727EESh024748>