Skip to content

Commit 6a15ea9

Browse files
committed
docs: fix comment
Signed-off-by: Babak K. Shandiz <babakks@github.com>
1 parent 09402be commit 6a15ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device/device_flow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ func Wait(ctx context.Context, c httpClient, uri string, opts WaitOptions) (*api
249249
// Since we have already added the secondary safety multiplier upon
250250
// receiving the first slow_down, getting more than 2 is likely an
251251
// indication of a huge clock drift (40% faster mono). More polling
252-
// is just futile unless we apply some unreasonable large multiplier.
252+
// is just futile unless we apply some unreasonably large multiplier.
253253
// So, we bail out and inform the user about the potential cause.
254254
if slowDowns > 2 {
255255
driftRatio := calculateTimeDriftRatioF(tstart, tstop)

0 commit comments

Comments
 (0)