From 1fb35350b93667b498eb4d5322e0ce9c13bd47a5 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Wed, 12 Apr 2023 12:46:53 +0200 Subject: [PATCH] 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