From 6e3c443b56f1041a8909c8bcbd61fb5da0c495bb Mon Sep 17 00:00:00 2001 From: Leonid Evdokimov Date: Wed, 25 Dec 2019 16:16:27 +0300 Subject: [PATCH] Fix typo --- src/core/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/main.c b/src/core/main.c index e800ac3ced0..23a8ada1ec7 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -1199,7 +1199,7 @@ static int bump_rlimit_memlock(struct rlimit *saved_rlimit) { int r; /* BPF_MAP_TYPE_LPM_TRIE bpf maps are charged against RLIMIT_MEMLOCK, even if we have CAP_IPC_LOCK which should - * normally disable such checks. We need them to implement IPAccessAllow= and IPAccessDeny=, hence let's bump + * normally disable such checks. We need them to implement IPAddressAllow= and IPAddressDeny=, hence let's bump * the value high enough for our user. */ /* Using MAX() on resource limits only is safe if RLIM_INFINITY is > 0. POSIX declares that rlim_t