soc: nxp: fix spelling of "manual"

s/mannual/manual/

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-02-20 13:49:57 +01:00 committed by Fabio Baltieri
commit 4586f6c1cf
3 changed files with 3 additions and 3 deletions

View file

@ -177,7 +177,7 @@ static void usb_device_clock_init(void)
while (SYSCTL0->USB0CLKSTAT & SYSCTL0_USB0CLKSTAT_HOST_NEED_CLKST_MASK) {
__ASM("nop");
}
/* According to reference mannual, device mode setting has to be set by access
/* According to reference manual, device mode setting has to be set by access
* usb host register
*/
USBHSH->PORTMODE |= USBHSH_PORTMODE_DEV_ENABLE_MASK;

View file

@ -168,7 +168,7 @@ static void usb_device_clock_init(void)
while (SYSCTL0->USBCLKSTAT & SYSCTL0_USBCLKSTAT_HOST_NEED_CLKST_MASK) {
__ASM("nop");
}
/* According to reference mannual, device mode setting has to be set by
/* According to reference manual, device mode setting has to be set by
* access usb host register
*/
USBHSH->PORTMODE |= USBHSH_PORTMODE_DEV_ENABLE_MASK;

View file

@ -245,7 +245,7 @@ __weak void clock_init(void)
/* enable usb0 host clock */
CLOCK_EnableClock(kCLOCK_Usbhsl0);
/*
* According to reference mannual, device mode setting has to be set by access
* According to reference manual, device mode setting has to be set by access
* usb host register
*/
USBFSH->PORTMODE |= USBFSH_PORTMODE_DEV_ENABLE_MASK;