]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix typo
authorLeonid Evdokimov <leon@darkk.net.ru>
Wed, 25 Dec 2019 13:16:27 +0000 (16:16 +0300)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 26 Dec 2019 03:07:08 +0000 (12:07 +0900)
src/core/main.c

index e800ac3ced06968d3ddc33fd28d07bd2a5a028ed..23a8ada1ec799b8d024154fdc8103bb48a77be38 100644 (file)
@@ -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