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

seccomp: Fix "cacheable" typo in comments

parent 64bdc024
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.