diff --git a/power/1.2/vts/functional/VtsHalPowerV1_2TargetTest.cpp b/power/1.2/vts/functional/VtsHalPowerV1_2TargetTest.cpp index a5ecf5d74b..aef525d6ec 100644 --- a/power/1.2/vts/functional/VtsHalPowerV1_2TargetTest.cpp +++ b/power/1.2/vts/functional/VtsHalPowerV1_2TargetTest.cpp @@ -37,7 +37,7 @@ class PowerHidlTest : public testing::TestWithParam { sp power; }; -// Sanity check Power::PowerHintAsync_1_2 on good and bad inputs. +// Validate Power::PowerHintAsync_1_2 on good and bad inputs. TEST_P(PowerHidlTest, PowerHintAsync_1_2) { std::vector hints; for (uint32_t i = static_cast(PowerHint::VSYNC);