!951 【OpenHarmony开源贡献者计划2022】fix moudule to module
Merge pull request !951 from bingge88/module
This commit is contained in:
commit
44ec199465
|
@ -137,7 +137,7 @@ struct ProcData {
|
||||||
#define S_IALLUGO (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
|
#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
|
* @ingroup procfs
|
||||||
|
|
Loading…
Reference in New Issue