diff --git a/os/hal/ports/ADUCM/ADUCM36x/hal_serial_lld.c b/os/hal/ports/ADUCM/ADUCM36x/hal_serial_lld.c index c00227dd0..275d7ea92 100644 --- a/os/hal/ports/ADUCM/ADUCM36x/hal_serial_lld.c +++ b/os/hal/ports/ADUCM/ADUCM36x/hal_serial_lld.c @@ -82,7 +82,7 @@ static void uart_init(SerialDriver *sdp, const SerialConfig *config) { uint32_t comdiv, divn, divm; - /* Reseting the UART state machine. */ + /* Resetting the UART state machine. */ sdp->uart->COMCON = COMCON_DISABLE_EN; /* Baud rate setting.*/