You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/10/29 06:47:47 UTC

[incubator-nuttx] branch master updated: drivers/serial/Kconfig: Fix typos

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 13c0deb  drivers/serial/Kconfig: Fix typos
13c0deb is described below

commit 13c0debec7e6636ea9c52427b6679867d87c1431
Author: Yoshinori Sugino <ys...@gmail.com>
AuthorDate: Thu Oct 29 15:17:36 2020 +0900

    drivers/serial/Kconfig: Fix typos
---
 drivers/serial/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index ce59dff..de0061a 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -200,7 +200,7 @@ config TTY_SIGINT
 		    is like SIGKILL but can be caught or ignored.
 		  - SIGQUIT is like SIGINT but causes generation of a core dump
 		  - SIGSTOP cannot be caught or ignored.  SIGSTP is like SIGSTOP but
-		    can be caught or ignored ignored.
+		    can be caught or ignored.
 		  - The delayed suspend (DSUSD) is like suspend (SUPD), except that
 		    the suspension is delayed until the next read operation
 
@@ -245,7 +245,7 @@ config TTY_SIGSTP
 		    is like SIGKILL but can be caught or ignored.
 		  - SIGQUIT is like SIGINT but causes generation of a core dump
 		  - SIGSTOP cannot be caught or ignored.  SIGSTP is like SIGSTOP but
-		    can be caught or ignored ignored.
+		    can be caught or ignored.
 		  - The delayed suspend (DSUSD) is like suspend (SUPD), except that
 		    the suspension is delayed until the next read operation