summaryrefslogtreecommitdiff
path: root/tools/patcheck
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2011-11-22 15:01:03 -0900
committerMichael Niedermayer <michaelni@gmx.at>2011-11-23 02:03:10 +0100
commita8e6d4d403c9174b4f57475b80bb5f80e1c57a1f (patch)
treee61a2779c68d71c6e2b12af9c05ea2e21fa99f7e /tools/patcheck
parent530a540cece290ab356f1608be0b8706b61616b4 (diff)
downloadffmpeg-a8e6d4d403c9174b4f57475b80bb5f80e1c57a1f.tar.gz
patcheck: spelling and grammar nits
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tools/patcheck')
-rwxr-xr-xtools/patcheck8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/patcheck b/tools/patcheck
index 00c59f8f61..e5fa007817 100755
--- a/tools/patcheck
+++ b/tools/patcheck
@@ -15,11 +15,11 @@ OPT="-nH"
#FILES=$($GREP '^+++' $* | sed 's/+++ //g')
echo patCHeck 1e10.0
-echo This tool is intended to help a human check/review patches it is very far from
-echo being free of false positives and negatives, its output are just hints of what
+echo This tool is intended to help a human check/review patches. It is very far from
+echo being free of false positives and negatives, and its output are just hints of what
echo may or may not be bad. When you use it and it misses something or detects
-echo something wrong, fix it and send a patch to the ffmpeg-dev mailing list.
-echo License:GPL Autor: Michael Niedermayer
+echo something wrong, fix it and send a patch to the ffmpeg-devel mailing list.
+echo License: GPL, Author: Michael Niedermayer
ERE_PRITYP='(unsigned *|)(char|short|long|int|long *int|short *int|void|float|double|(u|)int(8|16|32|64)_t)'
ERE_TYPES='(const|static|av_cold|inline| *)*('$ERE_PRITYP'|[a-zA-Z][a-zA-Z0-9_]*)[* ]{1,}[a-zA-Z][a-zA-Z0-9_]*'