From d4e85ce3841664a6c4fd0975992c064080485c93 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 3 Mar 2023 15:06:26 +0100 Subject: [PATCH] apps/examples/battery/batt_main.c: Fix mistakes in comments Fix mistakes in comments --- examples/battery/batt_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/battery/batt_main.c b/examples/battery/batt_main.c index 019b381cf..5f18522e5 100644 --- a/examples/battery/batt_main.c +++ b/examples/battery/batt_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * apps/examples/batt/batt_main.c + * apps/examples/battery/batt_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with