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 ef908dd83b2ea1216e482facb1398605eb63a8ac Author: simbit18 <[email protected]> AuthorDate: Tue Mar 7 15:31:51 2023 +0100 apps/system/cachespeed/Make.defs: Fix mistakes in comments Fix mistakes in comments --- system/cachespeed/Make.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/cachespeed/Make.defs b/system/cachespeed/Make.defs index ac159b4cb..3e4ca61d0 100644 --- a/system/cachespeed/Make.defs +++ b/system/cachespeed/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# apps/system/cachespeed/Make.def +# apps/system/cachespeed/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with @@ -20,4 +20,4 @@ ifneq ($(CONFIG_SYSTEM_CACHESPEED),) CONFIGURED_APPS += $(APPDIR)/system/cachespeed -endif \ No newline at end of file +endif
