summaryrefslogtreecommitdiff
path: root/tools/patcheck
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-04-17 23:57:50 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-04-17 23:59:00 +0200
commit2d2b5a1421ee652f76a756024d0210f0b6455fda (patch)
treed3fb60a796db87c4217167fd160cd14eae6ee98e /tools/patcheck
parentc40798441f47341c310b38e8f329cfb943924faf (diff)
downloadffmpeg-2d2b5a1421ee652f76a756024d0210f0b6455fda.tar.gz
10l, commit that should have been stashed into the merge.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tools/patcheck')
-rwxr-xr-xtools/patcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patcheck b/tools/patcheck
index e909c178ff..bfa3c6a7b3 100755
--- a/tools/patcheck
+++ b/tools/patcheck
@@ -16,7 +16,7 @@ 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 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 libav-devel mailing list.
+echo something wrong, fix it and send a patch to the ffmpeg-dev mailing list.
echo License:GPL Autor: Michael Niedermayer
ERE_PRITYP='(unsigned *|)(char|short|long|int|long *int|short *int|void|float|double|(u|)int(8|16|32|64)_t)'