Edit a comment to reflect an actual enum type name

There is nothing named enum_vehicle_ap_power_state_shutdown_param_type
in the Vehicle HAL source tree. The right greppable type name is
VehicleApPowerStateShutdownParam.

Test: git diff
Change-Id: Ib6c8be491df9aa6cb3143b28a12b70bd4b8c29cc
This commit is contained in:
Enrico Granata
2019-10-04 11:14:50 -07:00
parent b58075603a
commit a0cbe5804e

View File

@@ -2537,7 +2537,7 @@ enum VehicleApPowerStateReq : int32_t {
* power controller must change power state to this state to shutdown
* system.
*
* int32Values[1] : one of enum_vehicle_ap_power_state_shutdown_param_type
* int32Values[1] : one of VehicleApPowerStateShutdownParam
*
* SHUTDOWN_PRPARE may be requested from either WAIT_FOR_VHAL or ON states.
*/