From 6ce9c450f0af80591af092c05cd39fb84bb27147 Mon Sep 17 00:00:00 2001 From: yinjiaming Date: Thu, 21 Jul 2022 11:37:41 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20=E3=80=90=E8=83=8C=E6=99=AF=E3=80=91=20?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=B8=AD=E5=AD=98=E5=9C=A8=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【修改方案】 修改存在拼写错误的地方 【影响】 对现有的产品编译不会有影响。 re #I5IA7P Signed-off-by: yinjiaming Change-Id: Ie5c0585d6542b51aa6217d2b84e05cb10084d5d5 --- include/syslog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/syslog.h b/include/syslog.h index 7289804..0411940 100644 --- a/include/syslog.h +++ b/include/syslog.h @@ -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. * ****************************************************************************/