CLEANUP: pattern: fix spelling/grammatical/copy-paste in comments
authorWilly Tarreau <w@1wt.eu>
Fri, 30 Oct 2020 15:03:50 +0000 (16:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 31 Oct 2020 12:14:10 +0000 (13:14 +0100)
commita5bbaaf9f4ce1bd207d749f080e935c0a1dc1dc6
tree46f423e3bf8550ec1bcaddb8e59458d1bc02e649
parent8135d9bc0cf48745e2f5894c7ff068495e350dc3
CLEANUP: pattern: fix spelling/grammatical/copy-paste in comments

The code is horrible to work with because most functions are documented
with misleading comments resulting from many spelling and grammatical
mistakes, and plenty of remains of copy-paste mentioning arguments that
do not exist and return values that are never set. Too many hours wasted
writing non-working code because of assumptions resulting from this,
let's fix this once for all now!
src/pattern.c