]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared: fix typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 10 Nov 2018 06:43:57 +0000 (07:43 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 10 Nov 2018 06:43:57 +0000 (07:43 +0100)
src/shared/seccomp-util.c

index 7829bbd415fc4fe997c70120adc55ee9af0c06ff..54280f59169a36c244ec79e20e828ea503084a16 100644 (file)
@@ -933,7 +933,7 @@ int seccomp_load_syscall_filter_set(uint32_t default_action, const SyscallFilter
         assert(set);
 
         /* The one-stop solution: allocate a seccomp object, add the specified filter to it, and apply it. Once for
-         * earch local arch. */
+         * each local arch. */
 
         SECCOMP_FOREACH_LOCAL_ARCH(arch) {
                 _cleanup_(seccomp_releasep) scmp_filter_ctx seccomp = NULL;