Skip to content

Commit

Permalink
[NFC][ntuple] fix typo in code comment
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Hahnfeld <hahnjo@hahnjo.de>
  • Loading branch information
jblomer and hahnjo committed Oct 15, 2024
1 parent 9c9d8a7 commit 37b3768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/ntuple/v7/test/ntuple_view.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ TEST(RNTuple, ViewFrameworkUse)
auto model = RNTupleModel::Create();
auto ptrPx = model->MakeField<float>("px");
auto ptrPy = model->MakeField<float>("py");
// The trigger pages make a whole in the on-disk layout that is not (purposefully) read
// The trigger pages make a hole in the on-disk layout that is not (purposefully) read
model->MakeField<bool>("trigger");
auto ptrPz = model->MakeField<float>("pz");

Expand Down

0 comments on commit 37b3768

Please sign in to comment.