drivers: serial: fix typos

Typos were found with codespell utility.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
Yegor Yefremov 2022-03-07 22:53:16 +01:00 committed by Carles Cufí
commit 1155d4679b
6 changed files with 15 additions and 15 deletions

View file

@ -91,8 +91,8 @@ static void mcux_lpuart_poll_out(const struct device *dev, unsigned char c)
#ifdef CONFIG_PM
/*
* We must keep the part from entering lower power mode until the
* tranmission completes. Set the power constraint, and enable
* the tranmission complete interrupt so we know when tranmission is
* transmission completes. Set the power constraint, and enable
* the transmission complete interrupt so we know when transmission is
* completed.
*/
if (!data->tx_poll_stream_on && !data->tx_int_stream_on) {