Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimacurrentai committed Apr 30, 2024
1 parent 8c1255c commit c1bf0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bricks/sync/test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ TEST(WaitableAtomic, NotifiesOfChangesInWait) {
done = true;
}
if (o.from) {
// NOTE(dkorolev): This delay 0.1ms, which is sufficient. I have tested the code with:
// NOTE(dkorolev): This delay is 0.1ms, which is sufficient. I have tested the code with:
// ./.current/test --gtest_filter=WaitableAtomic.NotifiesOfChangesInWai --gtest_repeat=-1
std::this_thread::sleep_for(std::chrono::microseconds(100));
o.into = o.from;
Expand Down

0 comments on commit c1bf0fd

Please sign in to comment.