From e21b9a39c8ce439d25715253dfa8653747fe9fab Mon Sep 17 00:00:00 2001 From: dog Date: Tue, 16 Nov 2021 17:08:37 +0800 Subject: [PATCH] fix errno wrong spelling Signed-off-by: hongtao --- include/ohos_errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ohos_errno.h b/include/ohos_errno.h index 358117d..545a0e5 100755 --- a/include/ohos_errno.h +++ b/include/ohos_errno.h @@ -20,7 +20,7 @@ extern "C" { #endif /* __cplusplus */ #endif /* __cplusplus */ /* --------------------------------------------------------------------------------------------* - * Defintion of error code. The error codes are applicable to both the application and kernel + * Definition of error code. The error codes are applicable to both the application and kernel *-------------------------------------------------------------------------------------------- */ enum OHOSLiteErrorCode { EC_SUCCESS = 0, /* OK or No error */