From 90c963677c7fb44410c65afd8d342cb475be2c47 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Wed, 12 Apr 2023 13:04:51 +0200 Subject: [PATCH] apps/examples/wgetjson/Makefile: Fix mistakes in comments Fix mistakes in comments --- examples/wgetjson/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/wgetjson/Makefile b/examples/wgetjson/Makefile index a8f724532..a5cce7d9d 100644 --- a/examples/wgetjson/Makefile +++ b/examples/wgetjson/Makefile @@ -20,11 +20,11 @@ include $(APPDIR)/Make.defs -# Hello, World! Example +# WGETJSON Example MAINSRC = wgetjson_main.c -# Buttons built-in application info +# WGETJSON built-in application info PROGNAME = wgetjson PRIORITY = SCHED_PRIORITY_DEFAULT