diff --git a/include/ohos_errno.h b/include/ohos_errno.h index 14708e37aa8594d33299cf74262d552636b0c73d..358117d0e141e6e2413a807b1b3a465caaedb7f3 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