tegra: Fix a typo in a source code comment

- s/Disble/Disable/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-04 11:54:09 +02:00
parent 2cada72c65
commit 415e8d12d1

View File

@ -1389,7 +1389,7 @@ tegra_pcib_attach_msi(device_t dev)
tegra_pcib_set_bar(sc, 9, vtophys(sc->msi_page), vtophys(sc->msi_page),
PAGE_SIZE, 0);
/* Disble and clear all interrupts. */
/* Disable and clear all interrupts. */
for (i = 0; i < AFI_MSI_REGS; i++) {
AFI_WR4(sc, AFI_MSI_EN_VEC(i), 0);
AFI_WR4(sc, AFI_MSI_VEC(i), 0xFFFFFFFF);