commit 862ad80579cbc6697d63ec7b637e0f449b96fb89 parent 31b673ee0fca620788a31845a460d1b993889468 Author: sin <sin@2f30.org> Date: Wed, 25 Jun 2014 14:55:47 +0100 Fix comments in reject Diffstat:
M | reject.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/reject.c b/reject.c @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ #include "pkg.h" -/* Release the pre-loaded regexes */ +/* Release pre-computed regexes */ void rej_free(struct db *db) { @@ -65,7 +65,7 @@ rej_load(struct db *db) return 0; } -/* Match pre-computed regexes against the given filename */ +/* Match pre-computed regexes against the given file */ int rej_match(struct db *db, const char *file) {