From 80d1ade8372ce62634a287c2b2c0bc4fd189ea91 Mon Sep 17 00:00:00 2001 From: Guangyao Ma Date: Fri, 23 Apr 2021 15:06:33 +0800 Subject: [PATCH] style: misspell fix up Change-Id: Iebf9564346957faeaae0250aae7c6aff891bf57a --- include/ohos_errno.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/ohos_errno.h b/include/ohos_errno.h index 14708e3..358117d 100755 --- a/include/ohos_errno.h +++ b/include/ohos_errno.h @@ -17,8 +17,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ /* --------------------------------------------------------------------------------------------* * Defintion of error code. The error codes are applicable to both the application and kernel *-------------------------------------------------------------------------------------------- */ @@ -58,6 +58,6 @@ enum OHOSLiteErrorCode { #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif // OHOS_ERRNO_H -- Gitee