diff --git a/gatekeeper/aidl/android/hardware/gatekeeper/IGatekeeper.aidl b/gatekeeper/aidl/android/hardware/gatekeeper/IGatekeeper.aidl index 927293ef8b..215c6e6860 100644 --- a/gatekeeper/aidl/android/hardware/gatekeeper/IGatekeeper.aidl +++ b/gatekeeper/aidl/android/hardware/gatekeeper/IGatekeeper.aidl @@ -30,7 +30,7 @@ interface IGatekeeper { const int STATUS_REENROLL = 1; /* operation is successful */ const int STATUS_OK = 0; - /* operation is successful. */ + /* operation failed. */ const int ERROR_GENERAL_FAILURE = -1; /* operation should be retried after timeout. */ const int ERROR_RETRY_TIMEOUT = -2;