aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkhf.pl
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-03-05 10:26:11 -0500
committerBill Meier <wmeier@newsguy.com>2014-03-05 15:29:57 +0000
commitf1f06014c41b195b3695827319cf43f4e39becca (patch)
tree392cfbb6d9239eac7366507832b3161543c1f8fe /tools/checkhf.pl
parentabc6fb24fa2d8ef52692532776fb6de59de791dd (diff)
(Trivial) Fix a typo.
Change-Id: Ib084b7e9d463c54fc836745833005b1456a82709 Reviewed-on: https://code.wireshark.org/review/518 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'tools/checkhf.pl')
-rwxr-xr-xtools/checkhf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkhf.pl b/tools/checkhf.pl
index 64241fb7ea..4c7c1e50fa 100755
--- a/tools/checkhf.pl
+++ b/tools/checkhf.pl
@@ -33,7 +33,7 @@
##
## This program can be used to scan original .c source files or source
## files which have been passed through a C pre-processor.
-## Operating on pre-prosessed source files is optimal; There should be
+## Operating on pre-processed source files is optimal; There should be
## minimal false positives.
## If the .c input is an original source file there may very well be
## false positives/negatives due to the fact that the hf_... variables & etc