summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/cppcheck/Makefile2
-rw-r--r--devel/cppcheck/pkg-descr10
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile
index 710dd715bf68..b0c18b617600 100644
--- a/devel/cppcheck/Makefile
+++ b/devel/cppcheck/Makefile
@@ -4,7 +4,7 @@ PORTREVISION?= 0 # devel/cppcheck-gui
CATEGORIES= devel
MAINTAINER= amdmi3@FreeBSD.org
-COMMENT?= Static analysis of C/C++ code
+COMMENT?= Tool for static C/C++ code analysis
WWW= https://cppcheck.sourceforge.io/
LICENSE= GPLv3+
diff --git a/devel/cppcheck/pkg-descr b/devel/cppcheck/pkg-descr
index ce7eeeffaed3..ee2175194cf1 100644
--- a/devel/cppcheck/pkg-descr
+++ b/devel/cppcheck/pkg-descr
@@ -1,8 +1,8 @@
-Cppcheck is a tool for static C/C++ code analysis, and it tries to
-detect bugs that your compiler do not see. Checks for: memory leaks,
-mismatching allocation-deallocation, buffer overrun, and many more.
+Cppcheck is a tool for static C/C++ code analysis. It tries to
+detect bugs that your compiler does not see. It checks for: memory leaks,
+mismatching allocations-deallocations, buffer overruns, and many more.
-Cppcheck is versatile. You can check non-standard code that includes
+Cppcheck is versatile. You can check non-standard code that includes
various compiler extensions, inline assembly code, etc.
-The goal is no false positives.
+The goal is to have no false positives.