Skip to content

Commit 4db50a8

Browse files
committed
Remove or replace usages of "sanity"
Bug: T254646 Change-Id: I2b120f0b9c9e1dc1a6c216bfefa3f2463efe1001
1 parent 9280b58 commit 4db50a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/libs/uuid/GlobalIdGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ protected function getTimeAndDelay( $lockFile, $clockSeqSize, $counterSize, $off
517517
$randOffset = mt_rand( 0, $offsetSize - 1 );
518518
trigger_error( "Clock was set back; sequence number incremented." );
519519
} elseif ( $sec === $prevSec ) {
520-
// Sanity check, only keep remainder if a previous writer wrote
520+
// Double check, only keep remainder if a previous writer wrote
521521
// something here that we don't accept.
522522
$msecCounter = (int)$data[2] % $msecCounterSize;
523523
// Bump the counter if the time has not changed yet

0 commit comments

Comments
 (0)