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

- s/Diable/Disable/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2026-06-14 10:48:18 +02:00
parent dd8ba1f2fc
commit 54e4b9c9fa
+1 -1
View File
@@ -397,7 +397,7 @@ ufshci_ctrlr_construct(struct ufshci_controller *ctrlr, device_t dev)
/* Read the UECPA register to clear */
ufshci_mmio_read_4(ctrlr, uecpa);
/* Diable Auto-hibernate */
/* Disable Auto-hibernate */
ahit = 0;
ufshci_mmio_write_4(ctrlr, ahit, ahit);