chore(userspace/falco): correct comment

Co-authored-by: Andrea Terzolo <andrea.terzolo@polito.it>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso
2022-08-09 13:15:43 +02:00
parent 27fb674406
commit 359bd41b2e

View File

@@ -21,7 +21,7 @@ using namespace falco::app;
application::run_result application::init_clients()
{
#ifndef MINIMAL_BUILD
// k8s clients is useful only if syscall source is enabled
// k8s client is useful only if the syscall source is enabled
if (!is_syscall_source_enabled())
{
return run_result::ok();