website: add missing c

This commit is contained in:
Ylarod
2023-01-20 18:42:28 +08:00
parent b8ea60f6f1
commit af75ade553
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ index 376543199b5a..82adcef03ecc 100644
You should found the four functions in kernel source:
1. do_faccessat, usually in `fs/open.c`
2. do_execveat_common, usually in `fs/exec.`
2. do_execveat_common, usually in `fs/exec.c`
3. vfs_read, usually in `fs/read_write.c`
4. vfs_statx, usually in `fs/stat.c`