summaryrefslogtreecommitdiffstats
path: root/bench
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-11-17 08:06:13 +0100
committerTomas Krizek <tomas.krizek@nic.cz>2021-11-19 14:50:57 +0100
commit766198e7f22a145060d655d7ede9b5589a2984a4 (patch)
treeb760f86d7db8388d8254015b6179fb7001309115 /bench
parentMerge branch 'nitpicks' into 'master' (diff)
downloadknot-resolver-766198e7f22a145060d655d7ede9b5589a2984a4.tar.xz
knot-resolver-766198e7f22a145060d655d7ede9b5589a2984a4.zip
spelling
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Diffstat (limited to 'bench')
-rw-r--r--bench/bench_lru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench_lru.c b/bench/bench_lru.c
index 9fbf0d6f..1967f432 100644
--- a/bench/bench_lru.c
+++ b/bench/bench_lru.c
@@ -143,7 +143,7 @@ static struct key * read_lines(const char *fname, size_t *count, char **pfree)
return result;
}
-// compatibility layer for the oler lru_* names; it's more compler with lru_create
+// compatibility layer for the older lru_* names
#ifndef lru_create
#define lru_get_new lru_set
#define lru_get_try lru_get