Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aldo-expensify committed Apr 16, 2024
1 parent 4c07dd8 commit e2b984b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BedrockCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ BedrockCore::RESULT BedrockCore::peekCommand(unique_ptr<BedrockCommand>& command
STHROW("501 Failed to begin " + (exclusive ? "exclusive"s : "shared"s) + " transaction");
}

// We start the timer here to avoid including the time spent acquiring the the lock _sharedData.commitLock
// We start the timer here to avoid including the time spent acquiring the lock _sharedData.commitLock
AutoTimer timer(command, exclusive ? BedrockCommand::BLOCKING_PEEK : BedrockCommand::PEEK);

// Make sure no writes happen while in peek command
Expand Down

0 comments on commit e2b984b

Please sign in to comment.