aboutsummaryrefslogtreecommitdiff
path: root/chre_api/include/chre_api/chre/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'chre_api/include/chre_api/chre/common.h')
-rw-r--r--chre_api/include/chre_api/chre/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chre_api/include/chre_api/chre/common.h b/chre_api/include/chre_api/chre/common.h
index 0224e9ac..e41201e4 100644
--- a/chre_api/include/chre_api/chre/common.h
+++ b/chre_api/include/chre_api/chre/common.h
@@ -108,10 +108,9 @@ enum chreError {
CHRE_ERROR_REJECTED_RATE_LIMIT = 8,
//! The requested functionality is not currently accessible from the CHRE,
- //! because another client, such as the main applications processor, is
+ //! because another master, such as the main applications processor, is
//! currently controlling it.
CHRE_ERROR_FUNCTION_RESTRICTED_TO_OTHER_MASTER = 9,
- CHRE_ERROR_FUNCTION_RESTRICTED_TO_OTHER_CLIENT = 9,
//!< Do not exceed this value when adding new error codes
CHRE_ERROR_LAST = UINT8_MAX,