summaryrefslogtreecommitdiff
path: root/devel/lclint
diff options
context:
space:
mode:
authorenami <enami@pkgsrc.org>2002-07-26 05:58:24 +0000
committerenami <enami@pkgsrc.org>2002-07-26 05:58:24 +0000
commit414f5c900792ee37fc7196993cc65de48580f271 (patch)
treec5a2b47f93a2614fb94dfe979e4a3648ee94b026 /devel/lclint
parent4267a3b2baf5f97c3bb965734a10ab5c2c715f7b (diff)
downloadpkgsrc-414f5c900792ee37fc7196993cc65de48580f271.tar.gz
Fix typo.
Diffstat (limited to 'devel/lclint')
-rw-r--r--devel/lclint/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/lclint/DESCR b/devel/lclint/DESCR
index eb2630c2b0e..43375a01c0a 100644
--- a/devel/lclint/DESCR
+++ b/devel/lclint/DESCR
@@ -1,4 +1,4 @@
LCLint is a tool for statically checking C programs. With minimal
effort, LCLint can be used as a better lint. If additional effort is
-invested adding annotations to programs, LCLing can perform stronger
+invested adding annotations to programs, LCLint can perform stronger
checks than can be done by any standard lint.