From 2ca3473349f980c23b127b51111d762c9f007762 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 12 Jun 2020 07:55:16 -0400 Subject: [PATCH] spelling: fix typo Fix some random typos.. Signed-off-by: Anas Nashif --- drivers/serial/uart_xlnx_ps.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/serial/uart_xlnx_ps.c b/drivers/serial/uart_xlnx_ps.c index 4a1898e4bda..4b415b611d5 100644 --- a/drivers/serial/uart_xlnx_ps.c +++ b/drivers/serial/uart_xlnx_ps.c @@ -455,7 +455,7 @@ static inline bool uart_xlnx_ps_cfg2ll_parity( * the stop bit configuration shall be added. * @param stopbits Enumeration value to be converted to a bit mask. * - * @return Indication of success or failure in case of an unspported + * @return Indication of success or failure in case of an unsupported * stop bit configuration being provided by the caller. */ static inline bool uart_xlnx_ps_cfg2ll_stopbits( @@ -505,7 +505,7 @@ static inline bool uart_xlnx_ps_cfg2ll_stopbits( * the data bit configuration shall be added. * @param databits Enumeration value to be converted to a bit mask. * - * @return Indication of success or failure in case of an unspported + * @return Indication of success or failure in case of an unsupported * data bit configuration being provided by the caller. */ static inline bool uart_xlnx_ps_cfg2ll_databits( @@ -557,7 +557,7 @@ static inline bool uart_xlnx_ps_cfg2ll_databits( * be added. * @param hwctrl Enumeration value to be converted to a bit mask. * - * @return Indication of success or failure in case of an unspported + * @return Indication of success or failure in case of an unsupported * flow control configuration being provided by the caller. */ static inline bool uart_xlnx_ps_cfg2ll_hwctrl(