From b2eba7f307d5ae634ff41bd88d5bd1659466d82d Mon Sep 17 00:00:00 2001 From: ramelg01 Date: Thu, 23 Dec 2021 08:32:08 +0000 Subject: Replacing non-inclusive terms with proper terms Partially-Resolves: COMPMID-4854 Signed-off-by: Ramy Elgammal Change-Id: Ic9757c89878b9b5a89680b5344de657f676c7bf2 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6859 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir --- arm_compute/core/Error.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'arm_compute/core/Error.h') diff --git a/arm_compute/core/Error.h b/arm_compute/core/Error.h index 992d6bc71f..c9a0d85f0c 100644 --- a/arm_compute/core/Error.h +++ b/arm_compute/core/Error.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 Arm Limited. + * Copyright (c) 2016-2019, 2021 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -119,7 +119,7 @@ private: /** Creates an error containing the error message * * @param[in] error_code Error code - * @param[in] msg Message to display before aborting. + * @param[in] msg Message to display before abandoning. * * @return status containing the error */ @@ -131,7 +131,7 @@ Status create_error(ErrorCode error_code, std::string msg); * @param[in] func Function in which the error occurred. * @param[in] file File in which the error occurred. * @param[in] line Line in which the error occurred. - * @param[in] msg Message to display before aborting. + * @param[in] msg Message to display before abandoning. * * @return status containing the error */ @@ -164,7 +164,7 @@ Status create_error_msg(ErrorCode error_code, const char *func, const char *file * @param[in] func Function in which the error occurred. * @param[in] file File in which the error occurred. * @param[in] line Line in which the error occurred. - * @param[in] msg Message to display before aborting. + * @param[in] msg Message to display before abandoning. */ #define ARM_COMPUTE_CREATE_ERROR_LOC(error_code, func, file, line, msg) arm_compute::create_error_msg(error_code, func, file, line, msg) -- cgit v1.2.1