This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit afad97d9f8c28cb853aa0fe4a6c32a8a354f4b75
Author: Sara Souza <[email protected]>
AuthorDate: Sat Mar 13 01:57:14 2021 +0800

    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 e322f70..1e0e673 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 9c038ac..c24adcb 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)

Reply via email to