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:15 UTC

[nuttx-apps] 03/07: apps/examples/ipforward/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 1fb35350b93667b498eb4d5322e0ce9c13bd47a5
Author: simbit18 <10...@users.noreply.github.com>
AuthorDate: Wed Apr 12 12:46:53 2023 +0200

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

diff --git a/examples/ipforward/Makefile b/examples/ipforward/Makefile
index 890e7cf07..2fa6f4866 100644
--- a/examples/ipforward/Makefile
+++ b/examples/ipforward/Makefile
@@ -20,14 +20,14 @@
 
 include $(APPDIR)/Make.defs
 
-# Hello, World! built-in application info
+# IPFORWARD built-in application info
 
 PROGNAME = $(CONFIG_EXAMPLES_IPFORWARD_PROGNAME)
 PRIORITY = $(CONFIG_EXAMPLES_IPFORWARD_PRIORITY)
 STACKSIZE = $(CONFIG_EXAMPLES_IPFORWARD_STACKSIZE)
 MODULE = $(CONFIG_EXAMPLES_IPFORWARD)
 
-# Hello, World! Example
+# IPFORWARD Example
 
 MAINSRC = ipforward.c