You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2023/04/14 08:04:16 UTC

[nuttx-apps] 04/07: apps/examples/pty_test/Makefile: Fix mistakes in comments

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

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

commit c99a1fd2a5c9d57872890e5fb4497658cac5c8cd
Author: simbit18 <10...@users.noreply.github.com>
AuthorDate: Wed Apr 12 12:52:45 2023 +0200

    apps/examples/pty_test/Makefile: Fix mistakes in comments
    
    Fix mistakes in comments
---
 examples/pty_test/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/pty_test/Makefile b/examples/pty_test/Makefile
index 92f1f773b..1573c530f 100644
--- a/examples/pty_test/Makefile
+++ b/examples/pty_test/Makefile
@@ -20,14 +20,14 @@
 
 include $(APPDIR)/Make.defs
 
-# Hello, World! built-in application info
+# PTY Test built-in application info
 
 PROGNAME = $(CONFIG_EXAMPLES_PTYTEST_PROGNAME)
 PRIORITY = $(CONFIG_EXAMPLES_PTYTEST_PRIORITY)
 STACKSIZE = $(CONFIG_EXAMPLES_PTYTEST_STACKSIZE)
 MODULE = $(CONFIG_EXAMPLES_PTYTEST)
 
-# PTY Test! Example
+# PTY Test Example
 
 MAINSRC = pty_test.c