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

[nuttx-apps] 02/07: apps/examples/sht3x/Makefile: Fix mistakes in comments

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

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

commit c647fc63dee8e5b8a8033f7759a6c8ef59994891
Author: simbit18 <10...@users.noreply.github.com>
AuthorDate: Wed Apr 12 12:43:37 2023 +0200

    apps/examples/sht3x/Makefile: Fix mistakes in comments
    
    Fix mistakes in comments
---
 examples/sht3x/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/sht3x/Makefile b/examples/sht3x/Makefile
index 184872898..e1d753b1e 100644
--- a/examples/sht3x/Makefile
+++ b/examples/sht3x/Makefile
@@ -20,7 +20,7 @@
 
 include $(APPDIR)/Make.defs
 
-# Hello, World! built-in application info
+# SHT3X built-in application info
 
 PROGNAME  = $(CONFIG_EXAMPLES_SHT3X_PROGNAME)
 PRIORITY  = $(CONFIG_EXAMPLES_SHT3X_PRIORITY)