diff --git a/landlock_shim.h b/landlock_shim.h index 1ffa6c2..6dde30a 100644 --- a/landlock_shim.h +++ b/landlock_shim.h @@ -16,10 +16,9 @@ /* * What's the deal with landlock? While distro with linux >= 5.13 - * have the struct declarations, it seems that the glibc (or whatever) - * wrappers are missing. The sample landlock code provided by the - * authors includes these "shims" for the landlock API until libc - * provides them. + * have the struct declarations, libc wrappers are missing. The + * sample landlock code provided by the authors includes these "shims" + * in their example for the landlock API until libc provides them. * * Linux is such a mess sometimes. /rant */