Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 04:41:10 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: a806c88b6931 - stable/13 - psm(4): Fix a typo in a source code comment
Message-ID:  <202308050441.3754fArg056839@gitrepo.freebsd.org>

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

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

commit a806c88b6931f5fde9faa9beec8057d3d17bc409
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 07:14:04 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-05 04:39:37 +0000

    psm(4): Fix a typo in a source code comment
    
    - s/diable/disable/
    
    (cherry picked from commit 7eb8fbfb0421d38ec83a73f9b8ea13e7c52d3314)
---
 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 5ecddd7616ee..73d2c62e2051 100644
--- a/sys/dev/atkbdc/psm.c
+++ b/sys/dev/atkbdc/psm.c
@@ -5449,7 +5449,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?202308050441.3754fArg056839>