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

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new e7090022a0 drivers/serial: Fix some typo error report in 
https://github.com/apache/nuttx/pull/8843
e7090022a0 is described below

commit e7090022a0cb36de4f32efefbd5d8da5db957b0a
Author: Xiang Xiao <[email protected]>
AuthorDate: Mon Mar 20 10:38:29 2023 +0800

    drivers/serial: Fix some typo error report in 
https://github.com/apache/nuttx/pull/8843
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 drivers/serial/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 421c2514be..12053c650d 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -169,10 +169,10 @@ config SERIAL_TERMIOS
        depends on ARCH_HAVE_SERIAL_TERMIOS
        default n
        ---help---
-               If this is not defined, then the terminal hardware setting
-               (baud, parity, flow control) is not configurable at runtime.
-               Note: other software setting (echo, \r\n<->\n, break, tcflush)
-               is always supported.
+               If this is not defined, then the terminal hardware settings
+               (baud, parity, flow control) are not configurable at runtime.
+               Note: other software settings (echo, \r\n<->\n, break, tcflush)
+               are always supported.
 
 config TTY_LAUNCH
        bool "Enable feature TTY launch program"

Reply via email to