You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/03/04 05:50:29 UTC

[nuttx-apps] 01/04: apps/examples/battery/Makefile:Fix mistakes in comments

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit e7a86f38d34368779b7714b6aed2a1713268f459
Author: simbit18 <10...@users.noreply.github.com>
AuthorDate: Fri Mar 3 15:01:36 2023 +0100

    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