From e7a86f38d34368779b7714b6aed2a1713268f459 Mon Sep 17 00:00:00 2001
From: simbit18 <101105604+simbit18@users.noreply.github.com>
Date: Fri, 3 Mar 2023 15:01:36 +0100
Subject: [PATCH] apps/examples/battery/Makefile:Fix mistakes in comments

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

diff --git a/examples/battery/Makefile b/examples/battery/Makefile
index 6acf63ddf..82cf964f5 100644
--- a/examples/battery/Makefile
+++ b/examples/battery/Makefile
@@ -1,5 +1,5 @@
 ############################################################################
-# apps/examples/batt/Makefile
+# apps/examples/battery/Makefile
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
@@ -27,7 +27,7 @@ PRIORITY  = $(CONFIG_EXAMPLES_BATTERY_PRIORITY)
 STACKSIZE = $(CONFIG_EXAMPLES_BATTERY_STACKSIZE)
 MODULE    = $(CONFIG_EXAMPLES_BATTERY)
 
-# Hello, World! Example
+# Battery Example
 
 MAINSRC = batt_main.c