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 a62f09136e0171970f2d1e54fcc82c8754722b66 Author: simbit18 <[email protected]> AuthorDate: Tue Mar 7 15:51:44 2023 +0100 apps/system/setlogmask/Make.defs: Fix mistakes in comments Fix mistakes in comments --- system/setlogmask/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/setlogmask/Make.defs b/system/setlogmask/Make.defs index 33e3a4ff7..753e35772 100644 --- a/system/setlogmask/Make.defs +++ b/system/setlogmask/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# apps/setlogmask/Make.defs +# apps/system/setlogmask/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with
