From afad97d9f8c28cb853aa0fe4a6c32a8a354f4b75 Mon Sep 17 00:00:00 2001 From: Sara Souza Date: Sat, 13 Mar 2021 01:57:14 +0800 Subject: [PATCH] Apply 2 suggestion(s) to 2 file(s) --- examples/termios/Kconfig | 2 +- examples/termios/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/termios/Kconfig b/examples/termios/Kconfig index e322f7049..1e0e673fe 100644 --- a/examples/termios/Kconfig +++ b/examples/termios/Kconfig @@ -9,7 +9,7 @@ config EXAMPLES_TERMIOS ---help--- Enable the Termios example. This example shows how to change serial parameters like baud rate, - stop bits, data lenght and parity using the termios interface. + stop bits, data length and parity using the termios interface. if EXAMPLES_TERMIOS diff --git a/examples/termios/Makefile b/examples/termios/Makefile index 9c038ac3a..c24adcbbb 100644 --- a/examples/termios/Makefile +++ b/examples/termios/Makefile @@ -20,7 +20,7 @@ include $(APPDIR)/Make.defs -# Termios Example! built-in application info +# Termios example built-in application info PROGNAME = termios PRIORITY = $(CONFIG_EXAMPLES_TERMIOS_PRIORITY)