seccomp: Fix "cacheable" typo in comments
authorCui GaoSheng <cuigaosheng1@huawei.com>
Wed, 31 Mar 2021 03:07:24 +0000 (23:07 -0400)
committerKees Cook <keescook@chromium.org>
Wed, 31 Mar 2021 05:34:30 +0000 (22:34 -0700)
Do a trivial typo fix: s/cachable/cacheable/

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Cui GaoSheng <cuigaosheng1@huawei.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210331030724.84419-1-cuigaosheng1@huawei.com
kernel/seccomp.c

index 1d60fc2c99871e83ed69e9558506f503e4cacefc..1e63db4dbd9a8cdaf7c9392a6ab091f2f02e008c 100644 (file)
@@ -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.