diff --git a/sys/dev/ufshci/ufshci_ctrlr.c b/sys/dev/ufshci/ufshci_ctrlr.c index 244aa723d02..b271720efb5 100644 --- a/sys/dev/ufshci/ufshci_ctrlr.c +++ b/sys/dev/ufshci/ufshci_ctrlr.c @@ -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);