Skip to content

Commit 06d511d

Browse files
committed
corrected spelling of 'interrput' to 'interrupt' and fix indentation
1 parent 1a2f242 commit 06d511d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

iot/wifi-host-driver/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ menuconfig PKG_USING_WIFI_HOST_DRIVER
255255
endchoice
256256

257257
config CYBSP_OOB_INTR_PRIORITY
258-
int "Set the interrput priority for HOST_WAKE_IRQ pin"
258+
int "Set the interrupt priority for HOST_WAKE_IRQ pin"
259259
default 2
260260
endif # CYBSP_USING_OOB_INTR
261261
endmenu # Pin Configuration
@@ -306,7 +306,7 @@ menuconfig PKG_USING_WIFI_HOST_DRIVER
306306
default WHD_LOG_LEVEL_ERROR
307307

308308
config WHD_LOG_LEVEL_NONE
309-
select WHD_PRINT_DISABLE
309+
select WHD_PRINT_DISABLE
310310
bool "None"
311311

312312
config WHD_LOG_LEVEL_ERROR

0 commit comments

Comments
 (0)