From 8b25109b26ff094ef88eae4e9849a479cf6bcfd2 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Tue, 31 Mar 2020 11:36:15 +0000 Subject: [PATCH] Fixed small typo git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13490 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/ADUCM/ADUCM36x/hal_serial_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*/