Skip to content

Commit a3fc712

Browse files
gscuikees
authored andcommitted
seccomp: Fix "cacheable" typo in comments
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
1 parent 64bdc02 commit a3fc712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/seccomp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ static void seccomp_cache_prepare_bitmap(struct seccomp_filter *sfilter,
817817
}
818818

819819
/**
820-
* seccomp_cache_prepare - emulate the filter to find cachable syscalls
820+
* seccomp_cache_prepare - emulate the filter to find cacheable syscalls
821821
* @sfilter: The seccomp filter
822822
*
823823
* Returns 0 if successful or -errno if error occurred.

0 commit comments

Comments
 (0)