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 d325cf048ab8cd5f017a685650ed310e3dfd3f32 Author: simbit18 <[email protected]> AuthorDate: Tue Mar 7 15:59:19 2023 +0100 apps/system/uorb/Makefile: Fix mistakes in comments Fix mistakes in comments --- system/uorb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/uorb/Makefile b/system/uorb/Makefile index 6f902463d..e97bc87ec 100644 --- a/system/uorb/Makefile +++ b/system/uorb/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/system/uorb/uORB/Makefile +# apps/system/uorb/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with
