From 1134332a58511a4928272e71084b3404fecd0e19 Mon Sep 17 00:00:00 2001 From: binge889 Date: Thu, 11 Aug 2022 23:30:15 +0800 Subject: [PATCH] fix moudule to module Signed-off-by: binge889 --- fs/proc/include/proc_fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/proc/include/proc_fs.h b/fs/proc/include/proc_fs.h index 10acebca..ee8fafd1 100644 --- a/fs/proc/include/proc_fs.h +++ b/fs/proc/include/proc_fs.h @@ -137,7 +137,7 @@ struct ProcData { #define S_IALLUGO (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /** - * Interface for modules using proc below internal proc moudule; + * Interface for modules using proc below internal proc module; */ /** * @ingroup procfs -- GitLab