fix: fix misspell in comments

change misspell __cpluscplus to __cplusplus

close https://gitee.com/openharmony/kernel_liteos_m/issues/I3NG3P?from=project-issue
This commit is contained in:
rtos-lover
2021-04-21 18:29:53 +08:00
parent 4474869a07
commit 457281427b
32 changed files with 128 additions and 128 deletions

View File

@@ -38,16 +38,16 @@
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif /* __cpluscplus */
#endif /* __cpluscplus */
#endif /* __cplusplus */
#endif /* __cplusplus */
VOID HalArchInit(VOID);
#ifdef __cplusplus
#if __cplusplus
}
#endif /* __cpluscplus */
#endif /* __cpluscplus */
#endif /* __cplusplus */
#endif /* __cplusplus */
#endif /* _LOS_ARCH_H */