Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Nov 8, 2024
1 parent 2647790 commit 6bdb047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DeltaTriplesTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ TEST_F(DeltaTriplesTest, DeltaTriplesManager) {
// deleted right after. Additionally, there is one common triple inserted by
// all the threads and one common triple that is deleted by all the threads.
//
// TODO(Hannah): I don't understand why the number of thread-exclusive delted
// TODO(Hannah): I don't understand why the number of thread-exclusive deleted
// triples is twice that of the thread-exclusive inserted triples.
auto deltaImpl = deltaTriplesManager.deltaTriples_.rlock();
EXPECT_THAT(*deltaImpl, NumTriples(numThreads + 1, 2 * numThreads + 1,
Expand Down

0 comments on commit 6bdb047

Please sign in to comment.