Skip to content

Commit

Permalink
uart: native_posix driver: Fix typo
Browse files Browse the repository at this point in the history
Just a typo fix.
Fixes #11179

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
  • Loading branch information
aescolar authored and nashif committed Nov 30, 2018
1 parent e209ebe commit c34d919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/uart_native_posix.c
Expand Up @@ -179,7 +179,7 @@ static int np_uart_init(struct device *dev)
np_uart_driver_api.poll_in = np_uart_stdin_poll_in;

if (isatty(STDIN_FILENO)) {
WARN("The UART dirver has been configured to map to the"
WARN("The UART driver has been configured to map to the"
" process stdin&out (NATIVE_UART_0_ON_STDINOUT), "
"but stdin seems to be left attached to the shell."
" This will most likely NOT behave as you want it "
Expand Down

0 comments on commit c34d919

Please sign in to comment.