fix: 拼写错误修正

【背景】
代码中存在拼写错误

【修改方案】
修改存在拼写错误的地方

 【影响】
对现有的产品编译不会有影响。

re #I5IA7P

Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: Ie5c0585d6542b51aa6217d2b84e05cb10084d5d5
This commit is contained in:
yinjiaming
2022-07-21 11:37:41 +00:00
parent 3507fd57ff
commit 6ce9c450f0
+1 -1
View File
@@ -286,7 +286,7 @@ int lowvsyslog(int priority, FAR const char *format, va_list ap);
* Kernel Build: The kernel build is compliant with the POSIX requirement:
* There will be one mask for for each user process, controlling the
* SYSLOG output only form that process. There will be a separate mask
* accessable only in the kernel code to control kernel SYSLOG output.
* accessible only in the kernel code to control kernel SYSLOG output.
*
****************************************************************************/