Commit a3fc712c authored by Cui GaoSheng's avatar Cui GaoSheng Committed by Kees Cook

seccomp: Fix "cacheable" typo in comments

Do a trivial typo fix: s/cachable/cacheable/
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarCui GaoSheng <cuigaosheng1@huawei.com>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210331030724.84419-1-cuigaosheng1@huawei.com
parent 64bdc024
......@@ -817,7 +817,7 @@ static void seccomp_cache_prepare_bitmap(struct seccomp_filter *sfilter,
}
/**
* seccomp_cache_prepare - emulate the filter to find cachable syscalls
* seccomp_cache_prepare - emulate the filter to find cacheable syscalls
* @sfilter: The seccomp filter
*
* Returns 0 if successful or -errno if error occurred.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment