psm(4): Fix a typo in a source code comment

- s/diable/disable/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2023-08-02 09:14:04 +02:00
parent 734c9698d9
commit 7eb8fbfb04
+1 -1
View File
@@ -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);