git: a806c88b6931 - stable/13 - psm(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 04:41:10 UTC
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);