Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7737b7c9 authored by Wei Wang's avatar Wei Wang
Browse files

Fix a typo in comment

Test: Build
Change-Id: I5950312515a984d8311d63f5c1697a4b4f953bf6
parent 00707641
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -48,27 +48,33 @@ enum ThrottlingSeverity : uint32_t {
     * Not under throttling.
     */
    NONE = 0,

    /**
     * Light throttling where UX is not impacted.
     */
    LIGHT,

    /**
     * Moderate throttling where UX is not largily impacted.
     * Moderate throttling where UX is not largely impacted.
     */
    MODERATE,

    /**
     * Severe throttling where UX is largely impacted.
     * Similar to 1.0 throttlingThreshold.
     */
    SEVERE,

    /**
     * Platform has done everything to reduce power.
     */
    CRITICAL,

    /**
     * User should be warned before shutdown.
     */
    WARNING,

    /**
     * Need shutdown immediately.
     */