Skip to content

Commit

Permalink
Fixed small typo in help
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Nov 22, 2023
1 parent 07e0fe3 commit 2b34b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/static_checks.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cppcheck: | $(RESULTS_REPORT_DIR)
$(V) $(CPPCHECK) -I $(CONFIG_INCLUDEDIR) $(SRC_DIR) 2> $(RESULTS_REPORT_DIR)/cppcheck.xml

help::
$(info sloccount Runs cppcheck)
$(info cppcheck Runs cppcheck)

.PHONY: customcheck

Expand Down

0 comments on commit 2b34b6c

Please sign in to comment.