Skip to content

Commit aaae279

Browse files
committed
fix comment
1 parent 2ca9bbb commit aaae279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

time-alarm-service/src/timer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enum WakeState {
1919
/// Timer is active and waiting for power source to be consistent with the timer type.
2020
/// Includes the number of seconds that we've spent in the ExpiredWaitingForPolicyDelay state for so far.
2121
ExpiredWaitingForPowerSource(u32),
22-
// Expired while the policy was set to NEVER, so the timer is effectively dead until reprogrammed
22+
/// Expired while the policy was set to NEVER, so the timer is effectively dead until reprogrammed
2323
ExpiredOrphaned,
2424
}
2525

0 commit comments

Comments
 (0)