Skip to content

Commit 7a273ed

Browse files
committed
f typo
1 parent 3fe0c1a commit 7a273ed

File tree

1 file changed

+1
-1
lines changed
  • lightning-background-processor/src

1 file changed

+1
-1
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ impl BackgroundProcessor {
162162
}
163163
if last_ping_call.elapsed().as_secs() > PING_TIMER * 2 {
164164
// On various platforms, we may be starved of CPU cycles for several reasons.
165-
// eg on iOS, if we've been in the background, we will be entirely paused.
165+
// E.g. on iOS, if we've been in the background, we will be entirely paused.
166166
// Similarly, if we're on a desktop platform and the device has been asleep, we
167167
// may not get any cycles.
168168
// In any case, if we've been entirely paused for more than double our ping

0 commit comments

Comments
 (0)